COMPOWN: Ownership
The COMPOWN entity stores ownerships. Company ownership type classification (e.g. sole proprietor, partnership, corporation, public).
Default definition. This article describes the default
COMPOWN 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 COMPOWN.Entity properties
| Property | Value |
|---|---|
| Entity code | COMPOWN |
| Display name | Ownership |
| Plural | Ownerships |
| Level | 250 |
Use cases
COMPOWN is a lookup entity used to classify the ownership structure of companies in the system. Values might include sole proprietor, partnership, limited company, corporation, public company, government entity, non-profit, etc.
Fields
Ownership
| Field | Type | Required | Notes |
|---|---|---|---|
ref | text | Ref. Read-only | |
name | text | Yes | Name |
description | text (multi-line) | Yes | Description |
Relationships
- No declared relationships in the default definition.
Creating a Ownership via the API
POST /v1/objects
Authorization: Bearer <your-pat>
Content-Type: application/json
{
"entity": "COMPOWN",
"level": 250,
"comboKey": "SUB:<your-sub-id>|ENT:",
"name": "Example value",
"description": "Example value"
}
Listing Ownerships
GET /v1/entities/COMPOWN/SUB