DemandFlow Support Centre

PROVIDER: Circuit Provider

ReferenceEntity Reference16/04/2026Updated 16/04/2026
The PROVIDER entity represents an ISP, telecom carrier, or circuit provider that delivers network connectivity services.

PROVIDER: Circuit Provider

The PROVIDER entity represents an ISP, telecom carrier, or circuit provider that delivers network connectivity services.

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

Entity properties

PropertyValue
Entity codePROVIDER
Display nameCircuit Provider
PluralCircuit Providers
Level42100
ExtendsCOM. See Entity Extension.

Use cases

PROVIDER represents an ISP, telecom carrier, or managed network service provider - distinct from VEN (hardware manufacturers/vendors). While a VEN sells you switches and routers, a PROVIDER sells you circuits, internet transit, MPLS VPNs, and dark fiber. Key fields include account number, NOC (Network Operations Centre) contact details for outage reporting, customer portal URL, and ASN. The related list shows LOGICALCONNECTION records delivered by this provider, giving a complete view of all circuits from a given carrier. This entity enables provider management: tracking SLA compliance, consolidating circuit costs, and planning provider diversity for resilience.

Fields

Because this entity extends COM, some fields may actually be stored on the linked base record rather than on this record directly. See Entity Extension.

General

FieldTypeRequiredNotes
nametextYesProvider Name.
df_extendObjectreference → COMParent company.
descriptiontext (multi-line)Description.
accountNumbertextAccount Number.
asnreference → ASNProvider ASN.
statusenumStatus. Valid ids: 1 (Active), 2 (Evaluating), 3 (Inactive).
nocPhonetextNOC Phone.
nocEmailtextNOC Email.
salesContactreference → PPLSales Contact.
techContactreference → PPLTechnical Contact.
portalUrltext (URL)Customer Portal.
websitetext (URL)Website.
statusPageUrltext (URL)Status Page.

Additional panels

  • Activity timeline panel attached.

Relationships

  • Lookups: df_extendObject points at COM record; asn points at ASN record; salesContact points at PPL record; techContact points at PPL record.
  • Extends: this entity extends COM. See Entity Extension.
  • Related lists: LOGICALCONNECTION via format SUB.

Creating a Circuit Provider via the API

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

{
  "entity":   "PROVIDER",
  "level":    42100,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "Example",
  "df_extendObject": "",
  "description": "Long description text.",
  "accountNumber": "Example text"
}

Listing PROVIDER records

# All circuit providers in your tenant
GET /v1/entities/PROVIDER/SUB

See also

providercircuit providercircuit providerscircuitcom

Was this article helpful?

← Back to Knowledge Base