Amadeus Solutions · Example Payload

Seat Map Display Seat Map Example

AirlinesBookingFlightsGDSHotelsTravelTravel Technology

Seat Map Display Seat Map Example is an example object payload from Amadeus Solutions, with 15 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

typeidselfdeparturearrivalcarrierCodenumberoperatingaircraftclassflightOfferIdsegmentIddecksaircraftCabinAmenitiesavailableSeatsCounters

Example Payload

Raw ↑
{
  "type": "seatmap",
  "id": "500123",
  "self": "sample-value",
  "departure": "sample-value",
  "arrival": "sample-value",
  "carrierCode": "DL",
  "number": "212",
  "operating": "sample-value",
  "aircraft": "sample-value",
  "class": "Y",
  "flightOfferId": "1",
  "segmentId": "1",
  "decks": [
    "sample-value"
  ],
  "aircraftCabinAmenities": "ECONOMY",
  "availableSeatsCounters": [
    "sample-value"
  ]
}