API Docs / Operations / Client - Document Requests / Open Document Request

Open Document Request

PUT /tenants/{tenant}/clients/{client}/documentrequest/{code}/open

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

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

client* path string
code* path string
{
  "recipientEmails": "string",
  "chaseFrequencyDays": 0,
  "scheduledAt": "2024-01-01T00:00:00Z"
}

Responses

202 Accepted
400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found