CreateAccountInput
Input fields for creating an account.
Input fields
Date at which the move in/switch request should be initiated.
The type of enrollment request (PENDING_SWITCH_REQUEST or PENDING_MOVE_IN_REQUEST).
The ESI ID of the property.
The product ID for the enrollment.
Quote code.
Referral code to apply to the account at enrollment.
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": BillingAddressInput,
"enrollmentEffectiveFrom": "2015-06-20T16:48:26.599450+00:00",
"enrollmentType": "PENDING_MOVE_IN_REQUEST",
"esiId": "98560063",
"productId": "94684388",
"quoteCode": "international-scene-call-deep-answer",
"referralCode": "audience-baby-true-fear-citizen",
"salesInformation": SalesInfoInput
}