DemandFlow Support Centre

AIRREST: Dining facility

ReferenceEntity Reference16/04/2026Updated 16/04/2026
A dining facility at an airport with operator details, quality rating, status

AIRREST: Dining facility

A dining facility at an airport with operator details, quality rating, status, and HubSpot integration.

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

Entity properties

PropertyValue
Entity codeAIRREST
Display nameDining facility
PluralDining facilities
Level250

Use cases

Aviation entity for airport restaurants and food outlets. Child of AIRCONCOURSE or AIRTERMINAL via comboKeyEntity.

Fields

General: Restaurant

FieldTypeRequiredNotes
nametextYesName.
nearestGatetext
Nearest gate.
airport_iatatext
Airport.
terminalNametext
Terminal.
concourseNametext
Concourse.

Creating a Dining facility via the API

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

{
  "entity":   "AIRREST",
  "level":    250,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "Name",
  "nearestGate": "Nearest gate",
  "airport_iata": "Airport",
  "terminalName": "Terminal"
}

Listing Dining facilities records

GET /v1/entities/AIRREST/SUB

See also

airrestdining facilitydining facilitiesairrests

Was this article helpful?

← Back to Knowledge Base