Amadeus Solutions · Example Payload

Flight Offers Price Flight Offer Pricing Out Example

AirlinesBookingFlightsGDSHotelsTravelTravel Technology

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

Top-level fields

typeflightOffersbookingRequirements

Example Payload

Raw ↑
{
  "type": "flight-offer-pricing",
  "flightOffers": [
    "sample-value"
  ],
  "bookingRequirements": {
    "invoiceAddressRequired": true,
    "mailingAddressRequired": true,
    "emailAddressRequired": true,
    "phoneCountryCodeRequired": true,
    "mobilePhoneNumberRequired": true,
    "phoneNumberRequired": true,
    "postalCodeRequired": true,
    "travelerRequirements": [
      "sample-value"
    ]
  }
}