Skip to main content

Input fields

accountUser : AccountUserInput! required
billingAddress : BillingAddressInput! required
enrollmentEffectiveFrom : DateTime

Date at which the move in/switch request should be initiated.

The type of enrollment request (PENDING_SWITCH_REQUEST or PENDING_MOVE_IN_REQUEST).

esiId : String

The ESI ID of the property.

productId : String

The product ID for the enrollment.

quoteCode : String

Quote code.

referralCode : String

Referral code to apply to the account at enrollment.

salesInformation : SalesInfoInput! required
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 }