Amadeus · Example Payload

Flight Choice Prediction Collection Meta Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Flight Choice Prediction Collection Meta 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

countlinksoneWayCombinations

Example Payload

Raw ↑
{
  "count": 1,
  "links": {
    "self": "https://test.api.amadeus.com/v1/area/resources?param=value"
  },
  "oneWayCombinations": [
    {
      "originDestinationId": "12345",
      "flightOfferIds": [
        "string-value"
      ]
    }
  ]
}