UpdateRequestSettingsRequest
Request to update client request and chasing settings for the tenant
Properties
| Name | Type | Description |
|---|---|---|
| documentApprovalEmailContentBlockCode | string | Code of the content block to use as the email body template for document approval request emails |
Code of the content block to use as the email body template for document approval request emails | ||
| documentRequestOpenedEmailContentBlockCode | string | Code of the content block to use as the email body template when a document request is opened |
Code of the content block to use as the email body template when a document request is opened | ||
| documentRequestRejectedEmailContentBlockCode | string | Code of the content block to use as the email body template when a document request submission is rejected |
Code of the content block to use as the email body template when a document request submission is rejected | ||
| documentRequestSubmittedEmailContentBlockCode | string | Code of the content block to use as the email body template when a document request submission is received |
Code of the content block to use as the email body template when a document request submission is received | ||
| clientConfirmationEmailContentBlockCode | string | Code of the content block to use as the email body template for client confirmation workflow step emails |
Code of the content block to use as the email body template for client confirmation workflow step emails | ||
| clientChaseEmailContentBlockCode | string | Code of the content block to use as the email body template for client chase emails |
Code of the content block to use as the email body template for client chase emails | ||
| dataFormSubmissionEmailContentBlockCode | string | Code of the content block to use as the email body template for form submission emails |
Code of the content block to use as the email body template for form submission emails | ||
| chaseDocumentRequestFrequencyDays | integer | How often (in days) to chase open document requests |
How often (in days) to chase open document requests | ||
| chaseDocumentApprovalFrequencyDays | integer | How often (in days) to chase pending document approvals |
How often (in days) to chase pending document approvals | ||
| chaseClientConfirmationFrequencyDays | integer | How often (in days) to chase pending client confirmations |
How often (in days) to chase pending client confirmations | ||
| chaseDataFormSubmissionFrequencyDays | integer | How often (in days) to chase pending data form submissions |
How often (in days) to chase pending data form submissions | ||
JSON Example
{
"documentApprovalEmailContentBlockCode": "string",
"documentRequestOpenedEmailContentBlockCode": "string",
"documentRequestRejectedEmailContentBlockCode": "string",
"documentRequestSubmittedEmailContentBlockCode": "string",
"clientConfirmationEmailContentBlockCode": "string"
}