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;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization;' \
--header 'X-Client-Authorization: '
{}