Amadeus Solutions · Example Payload

Flight Offers Search Origin Destination Light Example

AirlinesBookingFlightsGDSHotelsTravelTravel Technology

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

idoriginLocationCodedestinationLocationCodeincludedConnectionPointsexcludedConnectionPoints

Example Payload

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