Open Document Request
Transitions a document request from Draft to Open, making it visible to the client. When scheduledAt is set, the request stays Draft: a scheduled send opens it at that time and 202 is returned.
Parameters
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
| client* | path string | |
| code* | path string | |
Request Body*
{
"recipientEmails": "string",
"chaseFrequencyDays": 0,
"scheduledAt": "2024-01-01T00:00:00Z"
}
Responses
200 OK
202 Accepted
400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found