Amadeus · Example Payload

Seatmap Display Seatmap Traveler Pricing Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Seatmap Display Seatmap Traveler Pricing 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

travelerIdseatAvailabilityStatusprice

Example Payload

Raw ↑
{
  "travelerId": "12345",
  "seatAvailabilityStatus": "AVAILABLE",
  "price": {
    "currency": "USD",
    "total": "932.70",
    "base": "632.70",
    "fees": [
      {
        "amount": "332.70"
      }
    ],
    "taxes": [
      {
        "amount": "332.70",
        "code": "MX"
      }
    ]
  }
}