Amadeus · Example Payload

Branded Fares Upsell Flight Segment Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Branded Fares Upsell Flight Segment Example is an example object payload from Amadeus, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

carrierCodenumberaircraftoperatingdurationstops

Example Payload

Raw ↑
{
  "carrierCode": "DL",
  "number": "212",
  "aircraft": {
    "code": "318"
  },
  "operating": {
    "carrierCode": "DL"
  },
  "duration": "PT2H10M",
  "stops": []
}