Upload Documents to Request
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
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
| client* | path string | |
| code* | path string | |
Request Body
{
"fileDetails": "string",
"date": "2024-01-01",
"files": [
"string"
]
}
Responses
400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found