DocumentApprovalBatchDto
A group of client documents sent for approval together and decided with a single
approve or reject action.
Properties
| Name | Type | Description |
|---|---|---|
| code | string | Unique code for the batch |
Unique code for the batch | ||
| clientCode | string | Code of the client the batch was sent to |
Code of the client the batch was sent to | ||
| status | enum | Pending Approved Rejected Cancelled |
Pending Approved Rejected Cancelled | ||
| approvalMethod | enum | Portal ESignature |
Portal ESignature | ||
| documentCount | integer | How many documents the batch was sent with |
How many documents the batch was sent with | ||
| requestedByUserCode | string | Code of the user who sent the batch for approval |
Code of the user who sent the batch for approval | ||
| createdDate | string | When the batch was sent |
When the batch was sent | ||
| chase | ChaseScheduleDto | |
JSON Example
{
"code": "string",
"clientCode": "string",
"status": "Pending",
"approvalMethod": "Portal",
"documentCount": 0
}