GET api/defaultEscort

Gets the tenant-wide default escort config

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

DefaultEscort
NameDescriptionTypeAdditional information
PassengerTypeCode

Gets or sets the passenger type code of the default escort.

string

None.

SpaceTypeCode

Gets or sets the space type code of the default escort. May be null to use the PassengerType's default.

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>