DemandFlow Support Centre

TOWTYPE: Tower Type

ReferenceEntity Reference16/04/2026Updated 16/04/2026
Classification of tower construction types (monopole, lattice, guyed, self-supporting, stealth, rooftop).

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

PropertyValue
Entity codeTOWTYPE
Display nameTower Type
PluralTower Types
Level35100

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

FieldTypeRequiredNotes
nametextYesName.
descriptiontext (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

See also

towtypetowertypetypestowertypes

Was this article helpful?

← Back to Knowledge Base