AIRCOUNTRY: Aviation Country
A country with ISO codes, demographics, currency, continent, and civil aviation authority details.
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
| Property | Value |
|---|---|
| Entity code | AIRCOUNTRY |
| Display name | Aviation Country |
| Plural | Aviation Countries |
| Level | 30000 |
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_citypoints at aCITYrecord;currencypoints at aCURRENCYrecord.
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