Skip to main content

Arguments

input : CreateShellAccountInput! required

Returns

CreateShellAccountPayload

Create a shell account (a billable account with no property/energy supply).

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can create shell accounts

Query Complexity

6

Examples

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.

Query

mutation CreateShellAccount($input: CreateShellAccountInput!) { createShellAccount(input: $input) { account { ...AccountInterfaceFragment } billingAddressLine1 billingAddressLine2 billingAddressLine3 billingAddressLine4 billingAddressLine5 billingName billingPeriodDay billingPeriodLength billingPeriodMonth billingPeriodMultiplier billingPostcode billingRichAddress brand businessType clientMutationId companyName companyNumber dateOfBirth email errors { ...ErrorTypeFragment } familyName givenName isBusinessAccount landline mobile password passwordUpdateToken portfolioNumber taxNumber urn } }

Variables

Response

{ "data": { "createShellAccount": { "account": AccountInterface, "billingAddressLine1": "system-than-I-up-value", "billingAddressLine2": "eat-especially-authority-run-that", "billingAddressLine3": "often-ok-usually-challenge-watch", "billingAddressLine4": "least-class-sing-throw-key", "billingAddressLine5": "finally-husband-break-deal-race", "billingName": "attention-direction-focus-up-western", "billingPeriodDay": 6, "billingPeriodLength": "area-our-threat-describe-alone", "billingPeriodMonth": 91, "billingPeriodMultiplier": 68, "billingPostcode": "spring-who-party-garden-study", "billingRichAddress": "brother-realize-believe-hundred-manager", "brand": "help-collection-discuss-star-leg", "businessType": "oil-deep-resource-form-order", "clientMutationId": "38702152", "companyName": "yes-animal-something-tax-floor", "companyNumber": "himself-oil-try-hundred-they", "dateOfBirth": "2012-12-02", "email": "charge-trial-address-certain-professor", "errors": [ErrorType], "familyName": "Brown", "givenName": "Noah", "isBusinessAccount": true, "landline": "candidate-leg-style-town-along", "mobile": "article-subject-amount-event-brother", "password": "before-agree-point-seat-rather", "passwordUpdateToken": "suffer-production-hope-piece-wide", "portfolioNumber": "P-0096DF17", "taxNumber": "political-during-art-very-opportunity", "urn": "glass-painting-night-mission-article" } } }