withdrawDunning
Withdraw a dunning process for an account
Arguments
Input variables needed for withdrawing a dunning process for an account.
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-11301: Account not in a dunning process for the given path name.
- KT-CT-11302: No active dunning process found.
- KT-CT-11303: Multiple active dunning processes found.
- KT-CT-11306: Withdrawing the dunning process failed.
- KT-CT-4178: No account found with given account number.
- KT-CT-7899: An internal error occurred.
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 WithdrawDunning($input: WithdrawDunningInputType!) {
withdrawDunning(input: $input) {
withdrawSuccessful
}
}
Variables
{
"input": WithdrawDunningInputType
}
Response
{
"data": {
"withdrawDunning": {
"withdrawSuccessful": true
}
}
}