Skip to main content

Input fields

accountNumber : String! required

Identification of the account that requesting the product switch.

quotedProductId : ID! required

ID of the selected quoted product, obtain from quoting that supply point.

suppressCommunications : Boolean default: True

Suppress Product Switch communications.

switchDate : Date! required

The date at which the product switch becomes effective.

userId : ID

The user for whom to perform the update. This is only needed when using an Organisation role.

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-A7348F83", "quotedProductId": "47789669", "suppressCommunications": true, "switchDate": "2022-12-28", "userId": "99882430" }