GET api/turnovertypes/{turnoverTypeId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| turnoverTypeId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
TurnoverType| Name | Description | Type | Additional 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>2025-12-19T00:33:09.7539356+01:00</InsUpdDate> </TurnoverType>