Amadeus Solutions · Example Payload

Branded Fares Upsell Flight Segment Example

AirlinesBookingFlightsGDSHotelsTravelTravel Technology

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

Top-level fields

departurearrivalcarrierCodenumberaircraftoperatingdurationstops

Example Payload

Raw ↑
{
  "departure": "sample-value",
  "arrival": "sample-value",
  "carrierCode": "DL",
  "number": "212",
  "aircraft": "sample-value",
  "operating": "sample-value",
  "duration": "PT2H10M",
  "stops": [
    "sample-value"
  ]
}