Label recipient
Assign a label to a recipient
If either label or recipient doesn’t exists, the API will return HTTP status code 404 Not Found.
If label is already assigned to the recipient, the API will return HTTP status code 409 Conflict.
1 | PUT /recipients/{recipientNumber}/labels/{number}/assign
|
Response
HTTP/1.1 200 OK