AIRTAX: Aviation Tax
An aviation tax or fee with type, scope, calculation method, amount, and country/airport association.
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
| Property | Value |
|---|---|
| Entity code | AIRTAX |
| Display name | Aviation Tax |
| Plural | Aviation Taxes |
| Level | 30000 |
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:
currencypoints at aCURRENCYrecord;countrypoints at aCOUNTRYrecord;airportpoints at aAIRHIrecord.
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