Amadeus Solutions · Example Payload

Flight Offers Search Search Criteria Example

AirlinesBookingFlightsGDSHotelsTravelTravel Technology

Flight Offers Search Search Criteria 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

excludeAllotmentsaddOneWayOffersmaxFlightOffersmaxPriceallowAlternativeFareOptionsoneFlightOfferPerDayadditionalInformationpricingOptionsflightFilters

Example Payload

Raw ↑
{
  "excludeAllotments": false,
  "addOneWayOffers": true,
  "maxFlightOffers": 250,
  "maxPrice": 100,
  "allowAlternativeFareOptions": true,
  "oneFlightOfferPerDay": true,
  "additionalInformation": {
    "chargeableCheckedBags": true,
    "brandedFares": true
  },
  "pricingOptions": "sample-value",
  "flightFilters": "sample-value"
}