Amadeus · Example Payload

Flight Availabilities Search Flight Filters Light Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

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

Top-level fields

carrierRestrictionscabinRestrictionsconnectionRestriction

Example Payload

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