Request Client Approval
Sends one or more documents to a client for approval. The documents appear in the client portal for approval. In Batch mode they form a single approval request the client approves or rejects in one go, and the request is rejected outright if any document is ineligible. In Individual mode each document gets its own approval request and the response reports each one separately. When scheduledAt is set, nothing happens now: the documents stay untouched, a scheduled send dispatches the request at that time and 202 is returned.
Parameters
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
| client* | path string | |
Request Body*
{
"documentCodes": [
"string"
],
"mode": "Individual",
"recipientEmails": "string",
"chaseFrequencyDays": 0,
"approvalMethod": "Portal"
}
Responses
202 Accepted
400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found