DemandFlow Support Centre

AIRLINE: Airline

ReferenceEntity Reference16/04/2026Updated 16/04/2026
An airline with identification codes, hub, fleet size, and operational status.

AIRLINE: Airline

An airline with identification codes, hub, fleet size, and operational status.

Default definition. This article describes the default AIRLINE definition shipped with DemandFlow. Administrators can add, remove, rename, or re-type fields, change which ones are required, and alter the layout from the Definitions screen in Settings. Your tenant's current schema may differ from what is shown here. To read the current definition at any time, GET the DEFINITION object whose id matches AIRLINE.

Entity properties

PropertyValue
Entity codeAIRLINE
Display nameAirline
PluralAirlines
Level30000

Use cases

Aviation entity for airlines. Two-column layout: left has identification fields (name, callsign, hub code, IATA/ICAO codes, country ISO2, country name), right has operational details (date founded, IATA prefix accounting, fleet size, status, type). No relatedlists to aircraft or flights despite being a logical parent. Referenced by AIRPLANE via objectLookup. Uses flat field names matching aviation API data (e.g. hub_code, iata_code). No 'list' property defined.

Fields

General: Basics

FieldTypeRequiredNotes
nametextYesName.
callsigntextCallsign.
hub_codetexthub_code.
iata_codetextiata_code.
icao_codetexticao_code.
country_iso2textcountry_iso2.
country_nametextcountry_name.

General: Location

FieldTypeRequiredNotes
date_foundedtextYesdate_founded.
iata_prefix_accountingtextYesiata_prefix_accounting.
fleet_sizetextfleet_size.
statustextstatus.
typetexttype.

Relationships

  • No declared relationships in the default definition.

Creating a Airline via the API

POST /v1/objects
Authorization: Bearer <your-pat>
Content-Type: application/json

{
  "entity":   "AIRLINE",
  "level":    30000,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "Name",
  "date_founded": "date_founded",
  "iata_prefix_accounting": "iata_prefix_accounting",
  "callsign": "Callsign"
}

Listing Airlines records

GET /v1/entities/AIRLINE/SUB

See also

airlineairlines

Was this article helpful?

← Back to Knowledge Base