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
| Property | Value |
|---|---|
| Entity code | SITEOWN |
| Display name | Site ownership |
| Plural | Site ownerships |
| Level | 40000 |
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
| Field | Type | Required | Notes |
|---|---|---|---|
name | text | Yes | Name |
description | text (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