Amadeus · Example Payload

Flight Availabilities Search Search Criteria Light Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Flight Availabilities Search Search Criteria Light Example is an example object payload from Amadeus, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

excludeAllotmentsflightFilters

Example Payload

Raw ↑
{
  "excludeAllotments": false,
  "flightFilters": {
    "carrierRestrictions": {
      "blacklistedInEUAllowed": true,
      "excludedCarrierCodes": [
        "string-value"
      ],
      "includedCarrierCodes": [
        "string-value"
      ]
    },
    "cabinRestrictions": [
      {
        "originDestinationIds": [
          1,
          2
        ]
      }
    ],
    "connectionRestriction": {
      "maxNumberOfConnections": 2,
      "airportChangeAllowed": false,
      "technicalStopsAllowed": true
    }
  }
}