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 job for a specific project.

URL

(PUT) projects/{projectid}/jobs

PARAMETERS

refmaterialaccess

 

token

The token obtained on connection

Required

projectid

The project identifier

Required

task

Task code for added job. See ApiProjectJob for task code values.

Required

targetlanguage

The target language for the job. Example: "targetlanguage=en"

Required

reference

Optional: A reference for the job.

Optional

documents

Optional: A comma separated list of documents id. If set, the documents will be added to the job. Example: "documents=2011,2020,2024"

Optional

instructions

Optional: Instructions text for the job.

Optional

comments

Optional: Comments for the job.

Optional

deadline

Optional: Dead line date for the job.

Optional


RESULTS

It returns the id of the created job:

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





  • No labels