getSeatMap

The method will return the flight seat map

Request parameters

ParameterTypeDescription
originNumberThe destination code
flightidNumber*The flight id
companycodeStringThe airline designator
flightnumberStringThe flight number
flightdateDateThe flight date
fromcodeStringDeparture destination code
tocodeStringArrival destination code

❗️

* Mandatory parameters

Response

The method will response the seat map that defined for the flight.

Parameter

Type

Description

seatmap

Element

The element contain all the information regarding the seat map

row

Element

Contain all the seats in the row.

rownumber

Number

The row number in the map

seats

Element

The following elements are within <seat> which represents a seat within <seats>

seat

Element

The following parameters are within seat

seatname

String

The seat name

seattype

String

The seat type

seatpref

Element

Include the following atributes

attributes

Element

This element is exist only in JSON format

window

Boolean

If the seat is next to a window

extralegroom

Boolean

if the seat has extra leg room

exitrow

Boolean

if the seat is in an exit row

rearfacing

Boolean

if the seat a rear facing one

blocked

Boolean

if the seat block from reserving

preferredseating

Boolean

if the seat falls under preferred seating criteria

wheelchair

Boolean

if the seat suitable for a wheel chair

seatclass

String

The class name

seatpaxtoken

Unique identifer

PAX token to be used in DCS related queries

seatfromdestination

String

The from destination code

seattodestination

String

The to destination code

seatremark

String

The seat remark

Language