DemandFlow Support Centre

COSTCTR: Cost Centre

ReferenceEntity Reference16/04/2026Updated 16/04/2026
The COSTCTR entity stores cost centres. Organisational cost centre for financial allocation of assets and expenditure.

COSTCTR: Cost Centre

The COSTCTR entity stores cost centres. Organisational cost centre for financial allocation of assets and expenditure.

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

Entity properties

PropertyValue
Entity codeCOSTCTR
Display nameCost Centre
PluralCost Centres
Level60100

Use cases

COSTCTR is a shared financial lookup entity referenced by ITASSET, COMPINV, FINASSET, and COMP. It provides a controlled list of organisational cost centres for allocating asset costs.

Fields

Cost Centre

FieldTypeRequiredNotes
nametextYesCost Centre Name
codetextYesCost Centre Code
descriptiontext (multi-line)Description

Details

FieldTypeRequiredNotes
departmentreference → DEPTDepartment
ownerreference → userOwner
activeenumYesActive. Valid ids: 1 (Yes), 0 (No).

Relationships

  • Lookups: department points at a DEPT record.

Creating a Cost Centre via the API

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

{
  "entity":   "COSTCTR",
  "level":    60100,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name":        "Example value",
  "code":        "Example value",
  "active":      "1",
  "description": "Example value"
}

Listing Cost Centres

GET /v1/entities/COSTCTR/SUB

See also

costctrcost centrecost centrescostcentrescost

Was this article helpful?

← Back to Knowledge Base