Amadeus · Example Payload

Seatmap Display Flight Stop Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Seatmap Display Flight Stop Example is an example object payload from Amadeus, 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": {
    "code": "318"
  },
  "duration": "PT2H10M",
  "arrivalAt": "2017-10-23T20:00:00+02:00",
  "departureAt": "2017-10-23T20:00:00+02:00"
}