switchMeterPointProducts
Switch the specified meter points to the chosen product.
Arguments
Possible Errors
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-4623: Unauthorized.
- KT-CT-7899: An internal error occurred.
- KT-GB-4116: Invalid data.
- KT-GB-4117: Unable to process product switch.
- KT-GB-4119: Meter point already on another account.
- KT-GB-4120: MPxN has no active agreement.
- KT-GB-4617: Quoted product not found.
Allowed Viewers
Required Permissions
Can manage account renewalsQuery Complexity
1Examples
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.
mutation SwitchMeterPointProducts($input: SwitchMeterPointProductsInput) {
switchMeterPointProducts(input: $input) {
account {
...AccountTypeFragment
}
}
}
Variables
{
"input": SwitchMeterPointProductsInput
}
Response
{
"data": {
"switchMeterPointProducts": {
"account": AccountType
}
}
}