Utility Object

An object containing details about the utility company associated with the installation. This includes identifiers, names, and additional metadata that might be relevant for CRM or tagging purposes.

Table of Utility Object

Value NameDescriptionValue Type
utility_idThe unique identifier for the utility company. This ID is used to reference the utility within the system.integer
utility_nameThe full name of the utility company. This is the official name used for all formal references and documentation.string
utility_short_nameThe short or abbreviated name of the utility company. This is often used in UI elements or where space is limited.string
tagsAn array of tags associated with the utility company. Tags are typically used for categorization or filtering within the system.array
company_aliasAn alternative name or alias for the utility company, if any. This might be used for internal purposes or specific regions where the company operates under a different name.string
crm_idThe identifier for the utility company within a CRM system, if integrated. This ID links the utility company to CRM records.string

Example of Utility Object

"utility": {
				"utility_id": 00,
				"utility_name": "Enerflo Power and Light",
				"utility_short_name": "Enerflo P&L",
				"tags": [],
				"company_alias": null,
				"crm_id": null
			}