Amadeus · Example Payload

Flight Availabilities Search Origin Destination Light Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Flight Availabilities Search Origin Destination Light 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

idoriginLocationCodedestinationLocationCodeincludedConnectionPointsexcludedConnectionPoints

Example Payload

Raw ↑
{
  "id": 1,
  "originLocationCode": "PAR",
  "destinationLocationCode": "NYC",
  "includedConnectionPoints": [
    "MRS"
  ],
  "excludedConnectionPoints": [
    "MRS"
  ]
}