This method will give you a list of served routes by airline
Request parameters
Parameter | Type | Description |
---|---|---|
fltsFROMperiod | Date | YYYY/MM/DD start period of the required data |
fltsTOperiod | Date | YYYY/MM/DD end period of the required data |
codeformat | String | IATA / ICAO / INTERNAL / AIRLINE – output of codes |
companycode* | String | Company short code (as supplied to you by the team) - Adding this element will narrow the search of the data for the specific airline. |
soldonline | Boolean | true / false - when set to true will show only flights which are sold online. |
ssim | Boolean | 1 - when the response should be in an SSIM format, 0 - string SSIM format (for non SSIM results do not send this prameter) |
Response
The method will response with the airlines hosted inventory information.
Parameter | Type | Description |
---|---|---|
fltnumber | String | Flight number |
airlinename | String | Airline name |
airlineid | Number | Number of airline ID |
fromdestination | String | Destination FROM code |
todestination | String | Destination TO code |
std | String | HH:MM departure time |
sta | String | HH:MM arrival time |
weekdaysun | Boolean | Sunday operating (true/false) |
weekdaymon | Boolean | Monday operating (true/false) |
weekdaytue | Boolean | Tuesday operating (true/false) |
weekdaywed | Boolean | Wednesday operating (true/false) |
weekdaythu | Boolean | Thursday operating (true/false) |
weekdayfri | Boolean | Friday operating (true/false) |
weekdaysat | Boolean | Saturday operating (true/false) |
accode | String | Aircraft code (might not appear to all airlines) |
fltsfromperiod | String | Start period of the flight active |
fltstoperiod | Number | End period of the flight active |