DemandFlow Support Centre

TOWSECTYPE: Section Type

ReferenceEntity Reference16/04/2026Updated 16/04/2026
Classification of tower section positions (top, upper middle, lower middle, bottom, extension).

TOWSECTYPE: Section Type

Classification of tower section positions (top, upper middle, lower middle, bottom, extension).

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

Entity properties

PropertyValue
Entity codeTOWSECTYPE
Display nameSection Type
PluralSection Types
Level36100

Use cases

Classification of tower section positions (top, upper middle, lower middle, bottom, extension).

TOWSECTYPE is a lookup entity referenced by TOWSEC records to classify the vertical position of a tower section within the overall structure. Sections like top, upper middle, lower middle, and bottom help engineers understand structural context since different positions have different load-bearing characteristics and are suited for different equipment types. The extension type covers additions made after original construction.

Fields

General

FieldTypeRequiredNotes
nametextYesName.
descriptiontext (multi-line)Description.

Relationships

No declared relationships in the default definition.

Creating a Section Type via the API

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

{
  "entity":   "TOWSECTYPE",
  "level":    36100,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "Example name",
  "description": "Example text"
}

Listing Section Types

GET /v1/entities/TOWSECTYPE/SUB

See also

towsectypesectiontypetypessectiontypes

Was this article helpful?

← Back to Knowledge Base