DemandFlow Support Centre

BACKHAUL: Backhaul type

ReferenceEntity Reference16/04/2026Updated 16/04/2026
Backhaul connectivity types for sites and towers (e.g. fibre, microwave, satellite, copper).

BACKHAUL: Backhaul type

Backhaul connectivity types for sites and towers (e.g. fibre, microwave, satellite, copper).

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

Entity properties

PropertyValue
Entity codeBACKHAUL
Display nameBackhaul type
PluralBackhaul types
Level40000

Use cases

BACKHAUL is a lookup entity used to classify the type of network backhaul connectivity available at a site or tower location. Values include dark fibre, lit fibre, microwave link, satellite, copper/DSL, and fixed wireless. The backhaul type determines available bandwidth, latency characteristics, weather sensitivity, and cost, which directly impacts what services can be offered from the location. Particularly important for tower sites where microwave and satellite may be the only options in remote areas. Simple name and description fields with flat definition structure and grid view.

Fields

General: Backhaul type

FieldTypeRequiredNotes
nametextYesName.
descriptiontext (multi-line)Description.

Relationships

  • No declared relationships in the default definition.

Creating a Backhaul type via the API

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

{
  "entity":   "BACKHAUL",
  "level":    40000,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "Name",
  "description": "Description"
}

Listing Backhaul types records

GET /v1/entities/BACKHAUL/SUB

See also

backhaulbackhaul typebackhaul types

Was this article helpful?

← Back to Knowledge Base