Skip to main content

Input fields

cnae : String! required

The CNAE code describing the activity at the supply point.

essentialIndicator : EssentialIndicator

Whether the supply is essential, and whether that is due to electrodependency.

essentialIndicatorLastMovementDate : Date

When the essential indicator last changed. Required when the supply is essential for electrodependency.

requestedVoltage : Voltage

The voltage being requested. Required when voltageModification is true, and must be omitted otherwise.

voltageModification : Boolean

Whether a change of supply voltage is being requested.

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Example

{ "cnae": "institution-kid-whatever-other-couple", "essentialIndicator": "NO_ESSENTIAL", "essentialIndicatorLastMovementDate": "1998-11-23", "requestedVoltage": "V01", "voltageModification": true }