DemandFlow Support Centre

TOWRATING: Tower Rating

ReferenceEntity Reference16/04/2026Updated 16/04/2026
Structural capacity classes for towers, defining load limits and wind speed ratings.

TOWRATING: Tower Rating

Structural capacity classes for towers, defining load limits and wind speed ratings.

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

Entity properties

PropertyValue
Entity codeTOWRATING
Display nameTower Rating
PluralTower Ratings
Level35300

Use cases

Structural capacity classes for towers, defining load limits and wind speed ratings.

TOWRATING is a lookup entity referenced by TOW records to classify the structural engineering rating of a tower. Beyond name and description, it captures structuralCapacity (kg) and windSpeedRating (mph) as numeric fields displayed in the grid with unit suffixes via gridAppend. The class system (Class 1 through 5) provides tiered capacity levels from light duty (1000kg, 100mph) to super heavy duty (5000kg, 140mph), enabling quick assessment of whether a tower can support additional equipment. The data array provides seed values.

Fields

General

FieldTypeRequiredNotes
nametextYesName.
descriptiontext (multi-line)Description.
structuralCapacitynumberStructural Capacity (kg).
windSpeedRatingnumberWind Speed Rating (mph).

Relationships

No declared relationships in the default definition.

Creating a Tower Rating via the API

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

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

Listing Tower Ratings

GET /v1/entities/TOWRATING/SUB

See also

towratingtowerratingratingstowerratings

Was this article helpful?

← Back to Knowledge Base