DemandFlow Support Centre

AIRTAX: Aviation Tax

ReferenceEntity Reference16/04/2026Updated 16/04/2026
An aviation tax or fee with type, scope, calculation method, amount, and country/airport association.

AIRTAX: Aviation Tax

An aviation tax or fee with type, scope, calculation method, amount, and country/airport association.

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

Entity properties

PropertyValue
Entity codeAIRTAX
Display nameAviation Tax
PluralAviation Taxes
Level30000

Use cases

Aviation reference entity for taxes and fees. Uses flat definition array (no panels). Comprehensive fields cover identification (name, IATA code, tax ID), classification (tax type with 10 categories via indexedSelect, scope domestic/international/both, calculation type fixed/percentage/variable), financial details (amount as currency, percentage, currency objectLookup to CURRENCY), geographic scope (country objectLookup to COUNTRY, airport objectLookup to AIRHI), validity dates (effective/expiry), color-coded status, description and notes. Supports data import.

Fields

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

Relationships

  • Lookups: currency points at a CURRENCY record; country points at a COUNTRY record; airport points at a AIRHI record.

Creating a Aviation Tax via the API

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

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

Listing Aviation Taxes records

GET /v1/entities/AIRTAX/SUB

See also

airtaxaviation taxaviation taxesaviationtaxes

Was this article helpful?

← Back to Knowledge Base