OpenDocumentRequestRequest
Request DTO for opening (sending to client) a document request.
Requires at least one recipient email address.
Properties
| Name | Type | Description |
|---|---|---|
| recipientEmails | string | Comma-separated email addresses to send the document request to. |
Comma-separated email addresses to send the document 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. | ||
JSON Example
{
"recipientEmails": "string",
"chaseFrequencyDays": 0
}