Create Document Request
Creates a new document request in Draft status for the specified client.
Parameters
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
| client* | path string | |
Request Body*
{
"title": "string",
"status": "Draft",
"description": "string",
"deadline": "2024-01-01",
"notifyUserCode": "string"
}
Responses
201 Created
400 Bad Request
401 Unauthorized – Invalid or missing API key