PrepareAccountInput
Input fields
The type of account to create.
The billing address.
The billing name.
The brand of the created account.
The chosen payment day.
Customer details required to make a French account.
The date of sale, defaults to today if not provided.
PCE ID of the gas meter point.
Deprecation
The 'PCEId' field is deprecated.Use SupplyPointInfoInput.
- Marked as deprecated on 2025-04-10.
- Scheduled for removal on or after 2025-07-01.
The preferred supply start date.
PRM ID of the electricity meter point.
Deprecation
The 'PRMId' field is deprecated.Use SupplyPointInfoInput.
- Marked as deprecated on 2025-04-10.
- Scheduled for removal on or after 2025-07-01.
Sales information.
Information of the supply points that the customer is intending to sign up for supply.
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
{
"accountType": "BUSINESS",
"billingAddress": LifecycleAddressInput,
"billingName": "marriage-push-all-he-network",
"brandCode": "themselves-message-fish-page-on",
"chosenPaymentDay": 38,
"customerDetails": CustomerDetailsInput,
"dateOfSale": "2015-11-11",
"preferredSsd": "2007-07-03",
"salesInfo": SalesInformationInput,
"supplyPointInfoList": PrepareAccountSupplyPointInput
}