To assign a supplier to the task. You can assign directly a person with his id or a company with the company id. If the person is not a inhouse worker, you need to specify the companyid as well.
URL
(PUT) projects/{projectid}/documents/{documentid}/tasks/{taskid}/suppliers
PARAMETERS
token | The token obtained on connection | Required |
projectid | The project. | Required |
documentid | The unique document identifier. | Required |
taskid | The unique task identifier | Required |
companyid | Assign the task to a company with this id or this is the company id of external worker. | Optional |
personid | Assign the task to the worker with this person id. Parameter is optional in case the task should be spread across a whole company. | Optional |
RESULTS
None.