Amadeus · Example Payload

Flight Offers Search Flight Filters Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Flight Offers Search Flight Filters Example is an example object payload from Amadeus, 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": {
    "blacklistedInEUAllowed": true,
    "excludedCarrierCodes": [
      "string-value"
    ],
    "includedCarrierCodes": [
      "string-value"
    ]
  },
  "cabinRestrictions": [],
  "connectionRestriction": {
    "maxNumberOfConnections": 2,
    "nonStopPreferred": false,
    "airportChangeAllowed": false,
    "technicalStopsAllowed": true
  }
}