AIRCRAFTTYPE: Aircraft Type
An aircraft type/model with manufacturer, category, seating capacity, range, speed, and production status.
Default definition. This article describes the default
AIRCRAFTTYPE 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 AIRCRAFTTYPE.Entity properties
| Property | Value |
|---|---|
| Entity code | AIRCRAFTTYPE |
| Display name | Aircraft Type |
| Plural | Aircraft Types |
| Level | 30000 |
Use cases
Aviation reference entity for aircraft types. Uses flat definition array (no panels). Fields cover identification (name, aircraft name, IATA code, plane type ID), manufacturer, category (narrow/wide body, regional jet, turboprop, freighter, business jet via indexedSelect), specifications (typical/max seating, range km, cruise speed, engine count, first flight year), production status (color-coded indexedSelect), and description. Referenced by AIRPLANE via objectLookup. Supports data import. Serves as a master reference for aircraft specifications.
Fields
No form fields defined in the default layout. This entity uses non-form panels only.
Relationships
- No declared relationships in the default definition.
Creating a Aircraft Type via the API
POST /v1/objects
Authorization: Bearer <your-pat>
Content-Type: application/json
{
"entity": "AIRCRAFTTYPE",
"level": 30000,
"comboKey": "SUB:<your-sub-id>|ENT:"
}
Listing Aircraft Types records
GET /v1/entities/AIRCRAFTTYPE/SUB