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
| Property | Value |
|---|---|
| Entity code | AIRREST |
| Display name | Dining facility |
| Plural | Dining facilities |
| Level | 250 |
Use cases
Aviation entity for airport restaurants and food outlets. Child of AIRCONCOURSE or AIRTERMINAL via comboKeyEntity.
Fields
General: Restaurant
| Field | Type | Required | Notes |
|---|---|---|---|
name | text | Yes | Name. |
nearestGate | text | Nearest gate. | |
airport_iata | text | Airport. | |
terminalName | text | Terminal. | |
concourseName | text | 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