Amadeus Solutions · Example Payload

Flight Offers Price Other Services Example

AirlinesBookingFlightsGDSHotelsTravelTravel Technology

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

Top-level fields

namepricebookableByTravelerbookableByItinerarysegmentIdstravelerIds

Example Payload

Raw ↑
{
  "name": "John Smith",
  "price": "299.99",
  "bookableByTraveler": true,
  "bookableByItinerary": false,
  "segmentIds": "1",
  "travelerIds": "1"
}