Amadeus Solutions · Example Payload

Flight Offers Search Flight Filters Example

AirlinesBookingFlightsGDSHotelsTravelTravel Technology

Flight Offers Search Flight Filters Example is an example object payload from Amadeus Solutions, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

crossBorderAllowedmoreOvernightsAllowedreturnToDepartureAirportrailSegmentAllowedbusSegmentAllowedmaxFlightTimecarrierRestrictionscabinRestrictionsconnectionRestriction

Example Payload

Raw ↑
{
  "crossBorderAllowed": false,
  "moreOvernightsAllowed": false,
  "returnToDepartureAirport": false,
  "railSegmentAllowed": true,
  "busSegmentAllowed": true,
  "maxFlightTime": 200,
  "carrierRestrictions": "AA",
  "cabinRestrictions": [
    "ECONOMY"
  ],
  "connectionRestriction": "sample-value"
}