TOWTYPE: Tower Type
Classification of tower construction types (monopole, lattice, guyed, self-supporting, stealth, rooftop).
Default definition. This article describes the default
TOWTYPE 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 TOWTYPE.Entity properties
| Property | Value |
|---|---|
| Entity code | TOWTYPE |
| Display name | Tower Type |
| Plural | Tower Types |
| Level | 35100 |
Use cases
Classification of tower construction types (monopole, lattice, guyed, self-supporting, stealth, rooftop).
TOWTYPE is a lookup entity referenced by TOW records to classify the structural design of a tower. Each type (monopole, lattice, guyed, self-supporting, stealth, rooftop) implies different load characteristics, wind resistance, visual profile, and maintenance requirements. The data array provides seed values.
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 Tower Type via the API
POST /v1/objects
Authorization: Bearer <your-pat>
Content-Type: application/json
{
"entity": "TOWTYPE",
"level": 35100,
"comboKey": "SUB:<your-sub-id>|ENT:",
"name": "Example name",
"description": "Example text"
}
Listing Tower Types
GET /v1/entities/TOWTYPE/SUB