API Docs / Schemas / RequestClientApprovalRequest

RequestClientApprovalRequest

Request to send a document approval request to specified recipients

Properties

Name Type Description
recipientEmailsstring

Comma-separated email addresses of recipients to send the approval request to

Comma-separated email addresses of recipients to send the approval request to

chaseFrequencyDaysinteger

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
}

Used By Operations