getAirlines

The method will allow you to receive the list of airlines hosted by AeroCRS.

Response

The method will response with a list of airlines, including country and additional information.

Parameter

Type

Description

companyname

String

Company name

companycode

String

Airline designator, used in getSchedule, getDestinations

companyiatacode

String

IATA code (if exists)

country

String

Country name

countryiso

String

Country ISO code according to ISO 3166-1

logourl

String

Logo URL

mandatoryage

Boolean

Is the passenger age mandatory in the process of confirmBooking

mandatoryphone

Boolean

Is the passenger phone number mandatory in the process of confirmBooking

mandatorynationality

Boolean

Is the passenger nationailty mandatory in the process of confirmBooking

mandatorydocumentnumber

Boolean

Is the passenger document type and number mandatory in the process of confirmBooking

mandatorydocumentexpiry

Boolean

Is the passenger document expiry mandatory in the process of confirmBooking

mandatorydocumentissueingcountry

Boolean

Is the passenger document issuing country mandatory in the process of confirmBooking

mandatoryplaceofbirth

Boolean

Is the passenger place of birth mandatory in the process of confirmBooking

mandatorydateofbirth

Boolean

Is the passenger date of birth mandatory in the process of confirmBooking

mandatorydateofbirthforchild

Boolean

Is the date of birth for child mandatory in the process of confirmBooking

onlinecheckinavailable

Boolean

Does the airline offers online check-in

airlineacceptsapicreditcardpayments

Boolean

Does the airlines enables acceptance of credit cards via the API using makePayment

airlinesupportsbrandedfares

Boolean

Do the airline has branded fares

airlineinfaspax

Boolean

Does the airline counts infant as passenger (regarding passenger data in confirmBooking)

airlineicaocode

String

Airline 3 letter ICAO code

Language