DemandFlow Support Centre

AIRCOUNTRY: Aviation Country

ReferenceEntity Reference16/04/2026Updated 16/04/2026
A country with ISO codes, demographics, currency, continent, and civil aviation authority details.

AIRCOUNTRY: Aviation Country

A country with ISO codes, demographics, currency, continent, and civil aviation authority details.

Default definition. This article describes the default AIRCOUNTRY 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 AIRCOUNTRY.

Entity properties

PropertyValue
Entity codeAIRCOUNTRY
Display nameAviation Country
PluralAviation Countries
Level30000

Use cases

Aviation reference entity for countries. Uses flat definition array (no panels). Extensive fields cover identification (name, ISO2/ISO3/numeric codes, FIPS code, country ID), contact (phone prefix), geography (capital city as text and objectLookup to CITY, continent via indexedSelect, area, landlocked checkbox), economics (currency code/name and objectLookup to CURRENCY, GDP), demographics (population, languages, timezone count), and aviation-specific data (civil aviation authority, airspace classification). Supports data import. Serves as a geographic reference for the aviation data model.

Fields

No form fields defined in the default layout. This entity uses non-form panels only.

Relationships

  • Lookups: capital_city points at a CITY record; currency points at a CURRENCY record.

Creating a Aviation Country via the API

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

{
  "entity":   "AIRCOUNTRY",
  "level":    30000,
  "comboKey": "SUB:<your-sub-id>|ENT:"
}

Listing Aviation Countries records

GET /v1/entities/AIRCOUNTRY/SUB

See also

aircountryaviation countryaviation countriesaviationcountries

Was this article helpful?

← Back to Knowledge Base