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
| Property | Value |
|---|---|
| Entity code | TOWSECTYPE |
| Display name | Section Type |
| Plural | Section Types |
| Level | 36100 |
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
| Field | Type | Required | Notes |
|---|---|---|---|
name | text | Yes | Name. |
description | text (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