DemandFlow Support Centre

SITEOWN: Site ownership

ReferenceEntity Reference16/04/2026Updated 16/04/2026
Site ownership model classification (e.g. owned, leased, colocation, managed).

SITEOWN: Site ownership

The SITEOWN entity: Site ownership model classification (e.g. owned, leased, colocation, managed).

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

Entity properties

PropertyValue
Entity codeSITEOWN
Display nameSite ownership
PluralSite ownerships
Level40000

Use cases

SITEOWN is a lookup entity referenced by SITE (as siteown) to classify the ownership or tenancy arrangement for the facility. Values like owned, leased, colocation, managed services, or joint venture affect financial reporting, lease obligations, and operational responsibilities. Simple name and description fields with flat definition structure and grid view.

Fields

Site ownership

FieldTypeRequiredNotes
nametextYesName
descriptiontext (multi-line)Description

Relationships

  • No declared relationships in the default definition.

Creating a Site ownership via the API

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

{
  "entity":   "SITEOWN",
  "level":    40000,
  "comboKey": "SUB:|ENT:",
  "name":    "Example name",
  "description":    "Example Description"
}

Listing Site ownerships records

GET /v1/entities/SITEOWN/SUB

See also

siteownsite ownershipsite ownershipsentitydefinitionreference

Was this article helpful?

← Back to Knowledge Base