post
https://api.aerocrs.com/v5/getCompanyDestinations
The method will give you a list of destinations served by the airline in question.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Request parameters
| Parameter | Type | Description |
|---|---|---|
| companycode | String | The companycode returned from getAirlines |
- Mandatory parameters
ImportantCompanyID integer was replaced. Companycode can be requested at: http://support.aerocrs.com
Response
The method will response with the list of destinations for a specific airline requested
| Parameter | Type | Description |
|---|---|---|
| destinations | Element | The following elements are within <destination> which represents a destination within <destinations> |
| destination | Element | The following parameters are within destination |
| name | String | Destination name |
| id | Number | Destination number to be used in the form |
| code | String | Destination code |
| iatacode | String | IATA code (if exists) |

