CreateShellAccountPayload
Create a shell account (a billable account with no property/energy supply).
Fields
First line of the billing address.
Second line of the billing address.
Third line of the billing address.
Fourth line of the billing address.
Fifth line of the billing address.
The name to use for billing purposes.
Day to fixed bill on if billing_period_length set.
For fixed billing accounts only, the length of their billing period. Can be MONTHLY or QUARTERLY.
Month to start billing from if billing_period_length set to QUARTERLY or the multiplier is > 1.
For fixed billing accounts only, the number the period length is to be multiplied by to get the total period length, i.e. for billing every second month, select 2 combined with a billing period length MONTHLY. Can't be > 1 for quarterly billing.
The billing address postcode.
This must be a string-ified version of the JSON representation of RichAddressInput type.
The brand associated with the account.
The type of business for business accounts.
A unique identifier for the client performing the mutation.
The name of the company for business accounts.
The company registration number for business accounts.
The user's date of birth.
The email address of the account user.
A list of validation errors.
The family name of the account user.
The given name of the account user.
Whether this is a business account.
The user's landline phone number.
The mobile number of the account user.
The password for the account user.
Token required to set a password during account creation.
The portfolio number associated with the account.
The tax number for the business account.
Unique reference number from a 3rd party enrolment.
Example
{
"account": AccountInterface,
"billingAddressLine1": "but-paper-method-help-choose",
"billingAddressLine2": "interview-walk-rest-site-manager",
"billingAddressLine3": "hour-PM-himself-suddenly-name",
"billingAddressLine4": "yes-model-bed-effort-big",
"billingAddressLine5": "say-base-window-wide-pay",
"billingName": "whom-rather-bank-surface-drop",
"billingPeriodDay": 49,
"billingPeriodLength": "vote-tough-however-travel-just",
"billingPeriodMonth": 80,
"billingPeriodMultiplier": 63,
"billingPostcode": "where-budget-over-impact-brother",
"billingRichAddress": "far-eat-see-about-couple",
"brand": "keep-again-physical-paper-structure",
"businessType": "deal-expect-my-event-one",
"clientMutationId": "43672842",
"companyName": "strategy-land-technology-talk-collection",
"companyNumber": "ground-information-business-decade-these",
"dateOfBirth": "1981-08-04",
"email": "specific-tough-agency-notice-actually",
"errors": [ErrorType],
"familyName": "Phillips",
"givenName": "Emily",
"isBusinessAccount": true,
"landline": "right-power-away-health-south",
"mobile": "join-quality-serve-food-buy",
"password": "responsibility-go-much-fund-room",
"passwordUpdateToken": "number-both-truth-him-news",
"portfolioNumber": "P-8C78584D",
"taxNumber": "yes-player-reveal-school-rock",
"urn": "current-type-over-might-visit"
}