revertProductSwitch
Revert a product switch by revoking an unbilled agreement and restoring the previous one.
Arguments
Returns
RevertProductSwitchRevert a product switch by revoking an unbilled agreement and restoring the previous one.
Possible Errors
Allowed Viewers
Required Permissions
Can switch productQuery 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 RevertProductSwitch($input: RevertProductSwitchInput) {
revertProductSwitch(input: $input) {
agreement {
...AgreementFragment
}
}
}
Variables
{
"input": RevertProductSwitchInput
}
Response
{
"data": {
"revertProductSwitch": {
"agreement": Agreement
}
}
}