Amadeus Solutions · Example Payload

Flight Offers Price Flight Offer Pricing In Example

AirlinesBookingFlightsGDSHotelsTravelTravel Technology

Flight Offers Price Flight Offer Pricing In Example is an example object payload from Amadeus Solutions, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

typeflightOfferspaymentstravelers

Example Payload

Raw ↑
{
  "type": "flight-offer-pricing",
  "flightOffers": [
    "sample-value"
  ],
  "payments": [
    {
      "brand": "sample-value",
      "binNumber": 123456,
      "flightOfferIds": "1"
    }
  ],
  "travelers": [
    "sample-value"
  ]
}