dunningProcess
Get details about a dunning process.
Arguments
Provide an account number to look up.
Returns
DunningProcessPossible Errors
Allowed Viewers
Query 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.
query DunningProcess($accountNumber: String!) {
dunningProcess(accountNumber: $accountNumber) {
actions {
...DunningActionFragment
}
badDebt
concludedAt
createdAt
createdBy
createdNote
nextStep
pathName
previousStep
startDate
status
updatedAt
withdrawnBy
}
}
Variables
{
"accountNumber": "A-B983342A"
}
Response
{
"data": {
"dunningProcess": {
"actions": [DunningAction],
"badDebt": 49,
"concludedAt": "1981-05-05T10:23:11.501460+00:00",
"createdAt": "1975-08-09T20:37:42.489510+00:00",
"createdBy": "of-to-option-manage-visit",
"createdNote": "hope-mean-admit-partner-I",
"nextStep": "example-church-tax-specific-nor",
"pathName": "career-investment-entire-benefit-here",
"previousStep": "natural-trial-study-move-should",
"startDate": "2000-02-20",
"status": "ACTIVE",
"updatedAt": "1973-09-12T05:24:10.815880+00:00",
"withdrawnBy": "American-card-coach-Mrs-environmental"
}
}
}