Amadeus Reservations · Example Payload

Flight Create Orders Air Travel Document Common Example

BookingFlightsHotelsReservationsTravel

Flight Create Orders Air Travel Document Common Example is an example object payload from Amadeus Reservations, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

documentTypedocumentNumberdocumentStatus

Example Payload

Raw ↑
{
  "documentType": "ETICKET",
  "documentNumber": "12345",
  "documentStatus": "ISSUED"
}