CreateElectricityAccountInput
Input fields
Account user details.
The address the customer would like tor receive their bills to.
Date to take over ownership of the supply points.
The customer identity card information.
Electricity supply point details.
Identify if the request is for a change of ownership of the supply points.
Payment information.
The code identifying the selected product offering.
The quote request code.
The ID of the quoted supply point.
Referral code the signing-up customer might have.
The users relationship to the supplied property.
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
{
"accountUser": AccountUserInput,
"billingAddress": AddressInput,
"changeOfOwnershipDate": "2008-10-13",
"customerIdentityInfo": CustomerIdentityInfoInput,
"electricitySupplyPoint": ElectricitySupplyPointInput,
"isChangeOfOwnership": true,
"payment": PaymentInput,
"productOfferingCode": "painting-PM-read-until-language",
"quoteCode": "particularly-morning-open-quickly-could",
"quotedSupplyPointId": "17455223",
"referralCode": "pay-south-bring-morning-send",
"residenceType": "OWNER"
}