GET api/defaultEscort
Gets the tenant-wide default escort config
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
DefaultEscort| Name | Description | Type | Additional information |
|---|---|---|---|
| PassengerTypeCode | string |
None. |
|
| SpaceTypeCode | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"passengerTypeCode": "sample string 1",
"spaceTypeCode": "sample string 2"
}
application/xml, text/xml
Sample:
<DefaultEscort xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TS.DR.Resources"> <PassengerTypeCode>sample string 1</PassengerTypeCode> <SpaceTypeCode>sample string 2</SpaceTypeCode> </DefaultEscort>