DemandFlow Support Centre

COMPOWN: Ownership

ReferenceEntity Reference16/04/2026Updated 16/04/2026
The COMPOWN entity stores ownerships. Company ownership type classification (e.g. sole proprietor, partnership, corporation, public).

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

PropertyValue
Entity codeCOMPOWN
Display nameOwnership
PluralOwnerships
Level250

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

FieldTypeRequiredNotes
reftextRef. Read-only
nametextYesName
descriptiontext (multi-line)YesDescription

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

See also

compownownershipownershipsown

Was this article helpful?

← Back to Knowledge Base