GET api/turnovertypes/{turnoverTypeId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
turnoverTypeId

string

Required

Body Parameters

None.

Response Information

Resource Description

TurnoverType
NameDescriptionTypeAdditional information
TurnoverTypeId

integer

None.

TurnoverTypeDescription

string

None.

InsUpdDate

date

None.

Response Formats

application/xml, text/xml

Sample:
<TurnoverType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <TurnoverTypeId>1</TurnoverTypeId>
  <TurnoverTypeDescription>sample string 2</TurnoverTypeDescription>
  <InsUpdDate>2024-05-08T05:39:24.6581115+02:00</InsUpdDate>
</TurnoverType>