post https://api.aerocrs.com/v5/getSeatMap
The method will return the flight seat map
Request parameters
Parameter | Type | Description |
---|---|---|
origin | Number | The destination code |
flightid | Number* | The flight id |
companycode | String | The airline designator |
flightnumber | String | The flight number |
flightdate | Date | The flight date |
fromcode | String | Departure destination code |
tocode | String | Arrival 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 which represents a seat within |
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 |