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.
The customer's details.
The date of sale, defaults to today if not provided.
The preferred supply start date.
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": "huge-ask-fish-own-lay",
"brandCode": "economic-size-sing-through-test",
"chosenPaymentDay": 61,
"customerDetails": CustomerDetailsInput,
"dateOfSale": "2007-06-13",
"preferredSsd": "1984-08-29",
"salesInfo": SalesInformationInput,
"supplyPointInfoList": PrepareAccountSupplyPointInput
}