GET api/turnovertypes/{turnoverTypeId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
turnoverTypeId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
TurnoverTypeName | 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>2024-11-21T15:18:11.7364433+01:00</InsUpdDate> </TurnoverType>