Amadeus · Example Payload

Seatmap Display Deck Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Seatmap Display Deck 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

deckTypedeckConfigurationfacilitiesseats

Example Payload

Raw ↑
{
  "deckType": "UPPER",
  "deckConfiguration": {
    "width": 1,
    "length": 1,
    "startSeatRow": 1,
    "endSeatRow": 1,
    "startWingsX": 1,
    "endWingsX": 1,
    "startWingsRow": 1,
    "endWingsRow": 1,
    "exitRowsX": [
      1
    ]
  },
  "facilities": [
    {
      "code": "string-value",
      "column": "string-value",
      "row": "string-value",
      "position": "FRONT",
      "coordinates": {
        "x": 1,
        "y": 1
      }
    }
  ],
  "seats": [
    {
      "cabin": "ECO",
      "number": "12B",
      "characteristicsCodes": [
        "string-value"
      ],
      "travelerPricing": [
        {}
      ],
      "coordinates": {
        "x": 1,
        "y": 1
      }
    }
  ]
}