CollectionProcessDetailsType
Collection process details type
Fields
Items associated to the collection process.
The collection process record number.
The type of the collection process (ACCOUNT, LEDGER, or BILLING_DOCUMENT).
What kind of completion happened.
The active status of the collection process.
The completion status of the collection process.
The pause status of the collection process.
Total number of days collection process were on pause.
The identifier of the target object (account number, ledger number, or billing document ID) based on the collection process type.
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.
Example
{
"associatedItems": [CollectionProcessRecordAssociatedItemType],
"collectionProcessRecordNumber": "avoid-store-model-happy-memory",
"collectionProcessType": "ACCOUNT",
"completionType": "say-collection-president-require-spring",
"isActive": true,
"isComplete": true,
"isPaused": true,
"pausedDays": 35,
"targetObjectIdentifier": "57761590"
}