Amadeus · Example Payload

Flight Offers Price Flight Offer Pricing Out Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Flight Offers Price Flight Offer Pricing Out Example is an example object payload from Amadeus, 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": [
    {
      "type": "flight-offer",
      "id": "1",
      "source": "GDS",
      "instantTicketingRequired": false,
      "disablePricing": false,
      "nonHomogeneous": false,
      "oneWay": false,
      "paymentCardRequired": false,
      "lastTicketingDate": "2018-06-19",
      "lastTicketingDateTime": "2018-06-19T15:00:00",
      "numberOfBookableSeats": 9,
      "itineraries": [
        {
          "duration": "PT2H10M",
          "segments": []
        }
      ],
      "price": {},
      "pricingOptions": {
        "fareType": [
          "PUBLISHED"
        ],
        "includedCheckedBagsOnly": true,
        "refundableFare": true,
        "noRestrictionFare": true,
        "noPenaltyFare": true
      },
      "validatingAirlineCodes": [
        "AF"
      ],
      "travelerPricings": [
        {
          "travelerId": "1",
          "associatedAdultId": "12345",
          "fareDetailsBySegment": []
        }
      ]
    }
  ],
  "bookingRequirements": {
    "invoiceAddressRequired": true,
    "mailingAddressRequired": true,
    "emailAddressRequired": true,
    "phoneCountryCodeRequired": true,
    "mobilePhoneNumberRequired": true,
    "phoneNumberRequired": true,
    "postalCodeRequired": true,
    "travelerRequirements": [
      {
        "travelerId": 1,
        "genderRequired": true,
        "documentRequired": true,
        "documentIssuanceCityRequired": true,
        "dateOfBirthRequired": true,
        "redressRequiredIfAny": true,
        "airFranceDiscountRequired": false,
        "spanishResidentDiscountRequired": false,
        "residenceRequired": true
      }
    ]
  }
}