DemandFlow Support Centre

MOUNTPOINT: Mount Point

ReferenceEntity Reference16/04/2026Updated 16/04/2026
A physical mounting location on a tower face for attaching antennas, dishes, or other equipment.

MOUNTPOINT: Mount Point

A physical mounting location on a tower face for attaching antennas, dishes, or other equipment.

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

Entity properties

PropertyValue
Entity codeMOUNTPOINT
Display nameMount Point
PluralMount Points
Level39000

Use cases

MOUNTPOINT is the fourth level in the tower hierarchy (TOW > TOWSEC > TOWFACE > MOUNTPOINT > MOUNTEQP). Each mount point is positioned within the tower structure via readonly references to its parent TOW, TOWSEC, and TOWFACE (readonly because these are set when the mount point is created from the parent context). Position fields capture height above ground level (AGL in metres), azimuth (compass bearing in degrees), and downtilt (antenna angle).

Fields

General

FieldTypeRequiredNotes
nametextYesMount Point Code
towerreference → TOWTower Read only.
sectionreference → TOWSECTower Section Read only.
facereference → TOWFACETower Face Read only.
mountTypereference → MOUNTTYPEMount Type Read only.

Position & Status

FieldTypeRequiredNotes
heightAglnumberHeight AGL (m)
azimuthnumberAzimuth (degrees)
downtiltnumberDowntilt (degrees)
statusreference → MOUNTSTATUSStatus
mountedAssetreference → COMPINVAsset currently mounted (antenna, dish, RRU, etc.)
installDatedateInstallation Date
plannedRemovalDatedatePlanned Removal Date

Mounting

FieldTypeRequiredNotes
maxLoadnumberMaximum load (Kg)
boltPatterntextBolt pattern
boltSizetextBolt size
torqueSpecNmtextTorque Spec (Nm)
notestext (multi-line)Notes
manufacturerreference → VENMount manufacturer
modelNumbertextModel number
installguidetext (URL)Installation guide
dimHeightnumberDimensions height (cm)
dimWidthnumberDimensions width (cm)
dimDepthnumberDimensions depth (cm)
weightnumberWeight (Kg)
finishTypetextFinish type

Relationships

  • Lookups: tower points at a TOW record. section points at a TOWSEC record. face points at a TOWFACE record. mountType points at a MOUNTTYPE record. status points at a MOUNTSTATUS record. mountedAsset points at a COMPINV record. manufacturer points at a VEN record.
  • Related lists: MOUNTEQP.

Creating a Mount Point via the API

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

{
  "entity":   "MOUNTPOINT",
  "level":    39000,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "EX",
  "tower": "",
  "section": "",
  "face": ""
}

Listing Mount Points records

# All mount points in your tenant
GET /v1/entities/MOUNTPOINT/SUB

See also

mountpointmountpointpointsmountpointsentity reference

Was this article helpful?

← Back to Knowledge Base