Amadeus Reservations · Example Payload

Flight Order Management Flight Segment Example

BookingFlightsHotelsReservationsTravel

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

Top-level fields

departurearrivalcarrierCodenumberaircraftoperatingdurationstopsbookingStatussegmentTypeisFlown

Example Payload

Raw ↑
{
  "departure": "sample-value",
  "arrival": "sample-value",
  "carrierCode": "DL",
  "number": "212",
  "aircraft": "sample-value",
  "operating": "sample-value",
  "duration": "PT2H10M",
  "stops": [
    "sample-value"
  ],
  "bookingStatus": "CONFIRMED",
  "segmentType": "GHOST",
  "isFlown": true
}