DemandFlow Support Centre

CONCESSION: Concession

ReferenceEntity Reference16/04/2026Updated 16/04/2026
The CONCESSION entity stores concessions. An airport concession (food, retail, service) with operator details, status, type, and linked people.

CONCESSION: Concession

The CONCESSION entity stores concessions. An airport concession (food, retail, service) with operator details, status, type, and linked people.

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

Entity properties

PropertyValue
Entity codeCONCESSION
Display nameConcession
PluralConcessions
Level250

Use cases

Airport concession management entity. Three-column layout: left has concession details (name, location, nearest gate, airport IATA, terminal), middle has operator info (quality with gauge gridType, parent company, operator, readonly operator from data room, readonly ID, updated timestamp, address/phone/website, contact, notes), right has status/type (live/in_progress/not_live status, extensive type indexedSelect with 25+ options from ATM to Watch Store, hidden peopleCount arraycount, plus objectarray of LINKEDIN_USER entities with local fields for name/company/position/city).

Fields

Concession

FieldTypeRequiredNotes
nametextYesName
locationtextLocation
nearestGatetextNearest gate
airport_iatatextAirport
terminaltextTerminal

Location

FieldTypeRequiredNotes
qualitynumberQuality
parentCotextParent Co.
operatortextOperator co.
operatorDRtextOperator co.. Read-only
idtextID. Read-only
updatedtextUpdated. Read-only
operatorAddresstextOperator address
operatorphonetextOperator phone
operatorwebsitetextOperator website
contacttextContact
notestext (multi-line)Notes

Detail

FieldTypeRequiredNotes
statusenumStatus. Valid ids: live (Live), in_progress (In progress), not_live (Not live).
typeenumType. Valid ids: ATM (ATM), Bakery (Bakery), Bank/ATM (Bank/ATM), Bar (Bar), Cafe (Cafe), Café (Café), Clothing Store (Clothing Store), Coffee Shop (Coffee Shop), Convenience Store (Convenience Store), Duty Free (Duty Free), Fashion Accessories (Fashion Accessories), food (Food & Drink), In progress (In progress), Lounge (Lounge), Luggage Store (Luggage Store), Restaurant (Restaurant), retail (Retail), service (Service), Shop (Shop), Snack Bar (Snack Bar), Souvenir Store (Souvenir Store), Sunglasses Store (Sunglasses Store), VIP Lounge (VIP Lounge), Vending Machine (Vending Machine), Watch Store (Watch Store).

Relationships

  • No declared relationships in the default definition.

Creating a Concession via the API

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

{
  "entity":   "CONCESSION",
  "level":    250,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name":        "Example value",
  "status":      "live"
}

Listing Concessions

GET /v1/entities/CONCESSION/SUB

See also

concessionconcessions

Was this article helpful?

← Back to Knowledge Base