Amadeus Reservations · Example Payload

Flight Order Management Flight Order Example

BookingFlightsHotelsReservationsTravel

Flight Order Management Flight Order Example is an example object payload from Amadeus Reservations, with 14 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

typeidqueuingOfficeIdownerOfficeIdassociatedRecordsflightOfferstravelersremarksformOfPaymentsticketingAgreementautomatedProcesscontactsticketsformOfIdentifications

Example Payload

Raw ↑
{
  "type": "flight-order",
  "id": "MlpZVkFMfFdBVFNPTnwyMDE1LTExLTAy",
  "queuingOfficeId": "NCE1A0955",
  "ownerOfficeId": "NCE1A0955",
  "associatedRecords": [
    "ABC123"
  ],
  "flightOffers": [
    "sample-value"
  ],
  "travelers": [
    "sample-value"
  ],
  "remarks": "sample-value",
  "formOfPayments": [
    "sample-value"
  ],
  "ticketingAgreement": "sample-value",
  "automatedProcess": [
    "sample-value"
  ],
  "contacts": [
    "sample-value"
  ],
  "tickets": [
    "sample-value"
  ],
  "formOfIdentifications": [
    "sample-value"
  ]
}