POST api/FlightBooking/GetExceptions

Request Information

URI Parameters

None.

Body Parameters

PnrRequest
NameDescriptionTypeAdditional information
Locator

string

None.

Id

integer

None.

ClientId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Locator": "sample string 1",
  "Id": 2,
  "ClientId": "sample string 3"
}

text/xml

Sample:
<PnrRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RightRez.Autobook.PNRBookingEngine">
  <ClientId>sample string 3</ClientId>
  <Id>2</Id>
  <Locator>sample string 1</Locator>
</PnrRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]

text/xml

Sample:
<ArrayOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <anyType />
  <anyType />
</ArrayOfanyType>