closeDcaProceeding
Close the DCA proceeding for an account.
Arguments
Possible Errors
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-11602: Could not find DCA with that name.
- KT-CT-11603: Could not stop debt collection proceeding.
- KT-CT-11604: Active debt collection proceeding does not exist for account.
- KT-CT-11605: Multiple active Proceeding's found for same agency and campaign on account.
- KT-CT-4178: No account found with given account number.
- KT-CT-7899: An internal error occurred.
Allowed Viewers
Required Permissions
Can update dca proceedingsQuery 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 CloseDcaProceeding($input: CloseDCAProceedingInputType!) {
closeDcaProceeding(input: $input) {
dcaProceedingClosureStatus {
...DCAProceedingClosureStatusFragment
}
}
}
Variables
{
"input": CloseDCAProceedingInputType
}
Response
{
"data": {
"closeDcaProceeding": {
"dcaProceedingClosureStatus": DCAProceedingClosureStatus
}
}
}