| 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'
}curl --location --request POST 'https://api.mpc.dev.placewise.com/v1/operations/documents/1/recipients' \
--header 'X-User-Agent: ApiDog' \
--header 'X-Product-Name: default' \
--header 'X-Loyalty-Club-Slug: infinity-mall' \
--header 'X-Customer: 447' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: ' \
--header 'Content-Type: application/json'{}