commenceDcaProceeding
Add commencement to an account.
Arguments
Possible Errors
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-11601: Cannot start collection proceeding, proceeding for this account already exists.
- KT-CT-11602: Could not find DCA with that name.
- KT-CT-11606: Debt Collection Agency cannot use campaign.
- KT-CT-11607: Invalid ledger number for debt collection proceeding.
- KT-CT-11608: Ledger does not belong to account.
- 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 CommenceDcaProceeding($input: CommenceDCAProceedingInputType!) {
commenceDcaProceeding(input: $input) {
dcaProceedingCommencementStatus {
...DCAProceedingCommencementStatusFragment
}
}
}
Variables
{
"input": CommenceDCAProceedingInputType
}
Response
{
"data": {
"commenceDcaProceeding": {
"dcaProceedingCommencementStatus": DCAProceedingCommencementStatus
}
}
}