Skip to main content

Input fields

atrContractType : ATRType! required

The ATR contract type.

atrExpirationDate : Date

The ATR contract expiration date (required for ATR contract types 02, 03, 09 and 10).

atrTariff : ElectricityATRChoices! required

The ATR tariff type.

mainCups : String

The main supply point CUPS (required for ATR contract types 08, 11 and 12).

power : [Float]! required

List of power values (provide a maximum of 6).

powerControlType : PowerControlType

The power control type.

requestedVoltage : Voltage

The requested voltage (required when voltage_modification is true).

voltageModification : Boolean

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 }