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

Upload Documents to Request

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

Uploads one or more documents and attaches them to the specified document request. Each file is uploaded independently — the response reports success or failure per file.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

client* path string
code* path string

Request Body

multipart/form-data
{
  "fileDetails": "string",
  "date": "2024-01-01",
  "files": [
    "string"
  ]
}

Responses

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