Amadeus · Example Payload

Flight Offers Price Flight Offer Pricing In Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Flight Offers Price Flight Offer Pricing In Example is an example object payload from Amadeus, 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": [
    {
      "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": []
        }
      ]
    }
  ],
  "payments": [
    {
      "brand": "VISA_IXARIS",
      "binNumber": 123456,
      "flightOfferIds": "1"
    }
  ],
  "travelers": []
}