ElectricityNewSupplyRequestDataInput
The registration request's own data.
Input fields
The CNAE code describing the activity at the supply point.
Whether the supply is essential, and whether that is due to electrodependency.
When the essential indicator last changed. Required when the supply is essential for electrodependency.
The voltage being requested. Required when voltageModification is true, and must be omitted otherwise.
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
}