productSwitch
Confirm a product switch (self-serve).
Arguments
Input variables needed to confirm a product switch.
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-1507: Agreement product switch date is not within the acceptable range.
- KT-CT-1509: Unable to create agreement.
- KT-CT-1516: Requested product switch is not valid.
- KT-CT-4626: No product selected for the given quote code.
- KT-CT-4719: No supply point found for identifier provided.
- KT-CT-7899: An internal error occurred.
- KT-DE-4902: Unable to proceed.
Examples
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 ProductSwitch($input: ProductSwitchInput!) {
productSwitch(input: $input) {
productSwitched
}
}
Variables
{
"input": ProductSwitchInput
}
Response
{
"data": {
"productSwitch": {
"productSwitched": true
}
}
}