Skip to main content

Input fields

accountNumber : String! required

The account requesting the product switch.

accountUserMetadata : [MetadataInput]

Account user metadata.

billingFrequency : BillingFrequency

The new billing frequency if it changes.

paymentDay : Int

The preferred day of the month the customer wants to be charged.

productCode : String! required

The identifier of chosen product.

quoteCode : UUID! required

Quote identifier.

switchDate : Date

The date where the switch takes place.

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

{ "accountNumber": "A-5206D262", "accountUserMetadata": MetadataInput, "billingFrequency": "MONTHLY", "paymentDay": 2, "productCode": "side-much-team-discussion-message", "quoteCode": "5a702cfa-93ea-4c4e-98f3-3418f3d4e711", "switchDate": "1995-12-26" }