Amadeus · Example Payload

Branded Fares Upsell Collection Meta Upsell Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Branded Fares Upsell Collection Meta Upsell 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

countoneWayUpselledCombinations

Example Payload

Raw ↑
{
  "count": 1,
  "oneWayUpselledCombinations": [
    {
      "flightOfferId": "12345",
      "upselledFlightOfferIds": [
        "string-value"
      ]
    }
  ]
}