getCompanyDestinations

The method will give you a list of destinations served by the airline in question.

Request parameters

Parameter

Type

Description

companycode

String

The companycode returned from getAirlines

❗️

* Mandatory parameters

🚧

Important

CompanyID 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)

Language