Element | Cardinality | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
<fs>AA<fs> | 1..1 | The Cirium code for the carrier, globally unique across time (String). | ||||||||||||||||||||||||||||||||||||||||||||||||||||
<iata>AA<iata> | 0..1 | The IATA code for the carrier (String). | ||||||||||||||||||||||||||||||||||||||||||||||||||||
<icao>AAL<icao> | 0..1 | The ICAO code for the carrier (String). | ||||||||||||||||||||||||||||||||||||||||||||||||||||
<name>American Airlines<name> | 1..1 | The name of the carrier (String). | ||||||||||||||||||||||||||||||||||||||||||||||||||||
<phoneNumber>1-800-433-7300</phoneNumber> | 0..1 | The primary customer service phone number for the carrier (String). | ||||||||||||||||||||||||||||||||||||||||||||||||||||
<active>true</active> | 1..1 | Boolean value indicating if the airline is currently active (Boolean). | ||||||||||||||||||||||||||||||||||||||||||||||||||||
<category>A</category> | 0..1 |
NEW
The category of operation of the airline:
|
Fields marked as NEW will only be returned if the extended option "includeNewFields" is used.
See the Flex API Version Policy page for details.
The following example is a partial response and uses inline references for simplicity.
See Full Sample Responses for a complete response.
See Full Sample Responses for a complete response.
<airline>
<fs>AA</fs>
<iata>AA</iata>
<icao>AAL</icao>
<name>American Airlines</name>
<phoneNumber>1-800-433-7300</phoneNumber>
<active>true</active>
</airline>
The following example is a partial response and uses inline references for simplicity.
See Full Sample Responses for a complete response.
See Full Sample Responses for a complete response.
airline: {
active: true,
fs: "AA",
iata: "AA",
icao: "AAL",
name: "American Airlines",
phoneNumber: "1-800-433-7300"
}