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 Next »

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:

<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2147483647</int>





  • No labels