To create a new task to a document of a Codyt project.
URL
(POST) projects/{projectid}/documents/{documentid}/tasks/
PARAMETERS
|
token |
The token obtained on connection |
Required |
|
projectid |
The project. |
Required |
|
documentid |
The unique document identifier. |
Required |
|
locale |
The target language of the task to add. The language must be supported by the document. |
Required |
|
taskcode |
The task code for the added task. See ApiCodytTask for task code values. |
Required |
RESULTS
It returns the id of the new added task:
XML
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2147483647</int>