Parameter | Type | Description |
---|---|---|
id | integer | Document ID |
Key | Type | Description |
---|---|---|
recipients | integer[] | IDs of members that should receive the document - max. 1000 |
Status | Description |
---|---|
404 | Document not found |
422 | Invalid parameters - see Invalid parameters errors model |
{
"document_recipients": [] // List of document recipients - see: 'DocumentRecipient model'
}