v1

latestOpenAPI 3.1.02026-08-0624539313.1 KB
Air

Get flight seat map

Get seat map for the flights in the given itinerary.

post/v2/air/seat-map

Request body

Example request

{
  "itinerary": {
    "airItineraryId": {
      "searchId": "Xjdks78X",
      "itineraryId": "ijdks78X"
    }
  },
  "travelerInfos": [
    {
      "travelerType": "ADULT",
      "travelerAge": {
        "numYears": 22
      },
      "travelerInfo": {
        "adhocTravelerInfo": {
          "externalId": "qwert123"
        }
      },
      "loyaltyInfos": [
        {
          "flightId": "flight_0",
          "loyaltyInfos": [
            {
              "appliedTo": [
                "TAJ"
              ],
              "id": "firstId",
              "issuedBy": "firstIssuedBy",
              "type": "AIR",
              "tier": "GOLD"
            }
          ]
        }
      ]
    }
  ]
}

Response

OK

seatMapResponseIdstring

Unique identifier for this seat map response, which would need to be passed on in subsequent booking APIs.