API Docs / Operations / Client - Document Requests / Upload Document to Request

Upload Document to Request

POST /tenants/{tenant}/clients/{client}/documentrequest/{code}/documents

Uploads a document and attaches it to the specified document request.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

client* path string
code* path string

Request Body

multipart/form-data
{
  "title": "string",
  "summary": "string",
  "date": "2024-01-01",
  "file": "string"
}

Responses

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