DemandFlow Support Centre

AIRCONCOURSE: Concourse

ReferenceEntity Reference16/04/2026Updated 16/04/2026
An airport concourse with terminal association, gates, airlines served, and dining facilities.

AIRCONCOURSE: Concourse

An airport concourse with terminal association, gates, airlines served, and dining facilities.

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

Entity properties

PropertyValue
Entity codeAIRCONCOURSE
Display nameConcourse
PluralConcourses
Level30000

Use cases

Aviation entity for airport concourses. Single-column layout with a form section (name, airport IATA, terminal name, gates, airlines) followed by a relatedlist of AIRREST dining facilities via comboKeyEntity relationship. Child of AIRTERMINAL and grandchild of AIRHI. AI disabled (ai: false). The 'list' property appears after the definition array rather than before it. Provides the most granular level of airport infrastructure mapping.

Fields

General: Concourse information

FieldTypeRequiredNotes
nametextYesName.
airport_iatatextYesAirport IATA Code.
terminalNametextYesTerminal name.
gatestextYesGates.
airlinestextYesAirlines.

Relationships

  • Related lists: AIRREST.

Creating a Concourse via the API

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

{
  "entity":   "AIRCONCOURSE",
  "level":    30000,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "Name",
  "airport_iata": "Airport IATA Code",
  "terminalName": "Terminal name",
  "gates": "Gates"
}

Listing Concourses records

GET /v1/entities/AIRCONCOURSE/SUB

See also

airconcourseconcourseconcourses

Was this article helpful?

← Back to Knowledge Base