Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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.





  • No labels