DemandFlow Support Centre

AIRCRAFTTYPE: Aircraft Type

ReferenceEntity Reference16/04/2026Updated 16/04/2026
An aircraft type/model with manufacturer, category, seating capacity, range, speed, and production status.

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

PropertyValue
Entity codeAIRCRAFTTYPE
Display nameAircraft Type
PluralAircraft Types
Level30000

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

See also

aircrafttypeaircraft typeaircraft typesaircrafttypes

Was this article helpful?

← Back to Knowledge Base