DemandFlow Support Centre

MOUNTTYPE: Mount Type

ReferenceEntity Reference16/04/2026Updated 16/04/2026
Classification of tower mounting hardware types with specifications, dimensions, and images.

MOUNTTYPE: Mount Type

Classification of tower mounting hardware types with specifications, dimensions, and images.

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

Entity properties

PropertyValue
Entity codeMOUNTTYPE
Display nameMount Type
PluralMount Types
Level39100

Use cases

MOUNTTYPE is a lookup entity referenced by MOUNTPOINT and MOUNTEQP records to classify the type of mounting hardware used (pipe mount, stand-off, T-arm, sector frame, platform, wall mount, monopole rail). Unlike simple lookups, it has a complex view with detailed specifications: manufacturer (VEN), model, material, max load capacity, dimensions (H/W/D in cm), weight, and installation guide URL. A files row type allows image uploads for visual reference.

Fields

General

FieldTypeRequiredNotes
nametextYesName
descriptiontext (multi-line)Description
oemreference → VENManufacturer
modeltextModel
materialtextMaterial

Specifications

FieldTypeRequiredNotes
maxLoadCapacitynumberMax Load Capacity (kg)
dimHeightnumberDimensions height (cm)
dimWidthnumberDimensions width (cm)
dimDepthnumberDimensions depth (cm)
weightnumberWeight (Kg)
installguidetext (URL)Installation guide

Documents

FieldTypeRequiredNotes
filefile

Relationships

  • Lookups: oem points at a VEN record.

Creating a Mount Type via the API

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

{
  "entity":   "MOUNTTYPE",
  "level":    39100,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "Example",
  "description": "Example text.",
  "oem": "",
  "model": "Example"
}

Listing Mount Types records

# All mount types in your tenant
GET /v1/entities/MOUNTTYPE/SUB

See also

mounttypemounttypetypesmounttypesentity reference

Was this article helpful?

← Back to Knowledge Base