API Docs / Schemas / DocumentApprovalBatchDto

DocumentApprovalBatchDto

A group of client documents sent for approval together and decided with a single
approve or reject action.

Properties

Name Type Description
codestring

Unique code for the batch

Unique code for the batch

clientCodestring

Code of the client the batch was sent to

Code of the client the batch was sent to

statusenum

Pending Approved Rejected Cancelled

Pending Approved Rejected Cancelled

approvalMethodenum

Portal ESignature

Portal ESignature

documentCountinteger

How many documents the batch was sent with

How many documents the batch was sent with

requestedByUserCodestring

Code of the user who sent the batch for approval

Code of the user who sent the batch for approval

createdDatestring

When the batch was sent

When the batch was sent

chaseChaseScheduleDto

JSON Example

{
  "code": "string",
  "clientCode": "string",
  "status": "Pending",
  "approvalMethod": "Portal",
  "documentCount": 0
}

Used By Operations