Skip to main content

Input fields

accountUser : AccountUserInput

Account user details.

billingAddress : AddressInput

The address the customer would like tor receive their bills to.

changeOfOwnershipDate : Date

Date to take over ownership of the supply points.

customerIdentityInfo : CustomerIdentityInfoInput

The customer identity card information.

electricitySupplyPoint : ElectricitySupplyPointInput

Electricity supply point details.

isChangeOfOwnership : Boolean

Identify if the request is for a change of ownership of the supply points.

payment : PaymentInput

Payment information.

productOfferingCode : String

The code identifying the selected product offering.

quoteCode : String

The quote request code.

quotedSupplyPointId : ID

The ID of the quoted supply point.

referralCode : String

Referral code the signing-up customer might have.

residenceType : ResidenceType

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" }