ElectricityProductCatalogRetailerSwitchTechnicalChangesInput
Input fields
The ATR contract type.
The ATR contract expiration date (required for ATR contract types 02, 03, 09 and 10).
The ATR tariff type.
The main supply point CUPS (required for ATR contract types 08, 11 and 12).
List of power values (provide a maximum of 6).
The power control type.
The requested voltage (required when voltage_modification is true).
Whether the access contract voltage is being modified.
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
{
"atrContractType": "ANNUAL",
"atrExpirationDate": "2018-03-20",
"atrTariff": "TD20",
"mainCups": "not-let-reach-place-each",
"power": 191.27,
"powerControlType": "ICP",
"requestedVoltage": "V01",
"voltageModification": true
}