post https://api.aerocrs.com/v5/getSeatMapFare
This method will return the current seat fares for the selected flight
Request parameters
Parameter | Type | Description |
---|---|---|
companycode | String* | The airline designator |
flightnumber | String* | The flight number requested |
flightdate | String* | The flight date requested |
fromcode | String* | Departure destination IATA code |
tocode | String* | Arrival destination IATA code |
currency | String | (optional) The currency short code. This will force fares to be in this requested currency |
- Mandatory parameters
Response
The method will response with a list of seat fares in the flight
Parameter | Type | Description |
---|---|---|
seatmapfare | Element | The element contain all the information regarding the seat map fares |
actype | String | The aircraft type |
currency | String | The currency used in the fares |
classes | Element | The element includes, Class codes and their details |
cabinclass | String | The cabin class |
paidSeats | Element | The element includes the seats details |
rownumber | String | The row number |
brandname | String | The brand name |
seatfare | Money | The fare for the seats according the rownumber |
seats | Element | The element includes the seat names and their details (F-Free, T-Taken) |
freeSeats | Element | The element includes all the information for seats without fares |