Amadeus Solutions · Example Payload

Seat Map Display Flight Stop Example

AirlinesBookingFlightsGDSHotelsTravelTravel Technology

Seat Map Display Flight Stop Example is an example object payload from Amadeus Solutions, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

iataCodenewAircraftdurationarrivalAtdepartureAt

Example Payload

Raw ↑
{
  "iataCode": "JFK",
  "newAircraft": "sample-value",
  "duration": "PT2H10M",
  "arrivalAt": "2017-10-23T20:00:00+02:00",
  "departureAt": "2017-10-23T20:00:00+02:00"
}