DemandFlow Support Centre

SPEND: Spend types

ReferenceEntity Reference16/04/2026Updated 16/04/2026
A spend type category used to classify costs on project forecasts, such as hardware, software, internal labour, external labour, or 3rd party services.

SPEND: Spend types

The SPEND entity: A spend type category used to classify costs on project forecasts, such as hardware, software, internal labour, external labour, or 3rd party services.

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

Entity properties

PropertyValue
Entity codeSPEND
Display nameSpend types
PluralSpend types
Level210

Use cases

SPEND is a simple configuration entity at level 210 with bulkActions enabled. The General panel has a single 33-width column with one form section containing just a name field. Used as a lookup value by project forecast line items to categorise spend.

Fields

Basics

FieldTypeRequiredNotes
nametextYesName

Relationships

  • No declared relationships in the default definition.

Creating a Spend types via the API

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

{
  "entity":   "SPEND",
  "level":    210,
  "comboKey": "SUB:|ENT:",
  "name":    "Example name"
}

Listing Spend types records

GET /v1/entities/SPEND/SUB

See also

spendspend typesentitydefinitionreference

Was this article helpful?

← Back to Knowledge Base