RequestClientApprovalForDocumentsRequest
Sends one or more documents to a client for approval, either as a single batch decided
together or as a separate approval request per document.
Properties
| Name | Type | Description |
|---|---|---|
| documentCodes* | array of string | The codes of the documents to send for approval. Duplicates are ignored. |
The codes of the documents to send for approval. Duplicates are ignored. | ||
| mode | enum | Individual Batch |
Individual Batch | ||
| recipientEmails | string | Comma-separated email addresses of recipients to send the approval request to |
Comma-separated email addresses of recipients to send the approval request to | ||
| chaseFrequencyDays | integer | Override for the chase frequency in days. If not specified, the tenant default is used |
Override for the chase frequency in days. If not specified, the tenant default is used | ||
| approvalMethod | enum | Portal ESignature |
Portal ESignature | ||
| scheduledAt | string | When set, approval is not requested now: no batch is created and the documents are left |
When set, approval is not requested now: no batch is created and the documents are left | ||
JSON Example
{
"documentCodes": [
"string"
],
"mode": "Individual",
"recipientEmails": "string",
"chaseFrequencyDays": 0,
"approvalMethod": "Portal"
}