Skip to main content

Update a project's job

To update a specific job for a project.

URL

(PUT) projects/{projectid}/jobs/{jobid}

PARAMETERS

token

The token obtained on connection

Required

projectid

The project identifier

Required

jobid

The job identifier

Required

task

Optional: The new task code for the job. See ApiProjectJob for task code values.

Optional

targetlanguage

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

Optional

reference

Optional: New reference for the job.

Optional

documents

Optional: A new comma separated list of documents id. If set, the current list of documents from the job will be replace with the new list. If not set current list is keeped. If set with a empty string the list will be clear.

Example: "documents=1457,2015,3452" will replace the current list with documents 1457, 2015 and 3452

Example: "documents=" will clear the current list of documents

Optional

instructions

Optional: New instructions for the job. Value can be clear with a empty string.

Optional

comments

Optional: New comments for the job. Value can be clear with a empty string

Optional

deadline

Optional: New dead line date for the job. Value can be clear with a empty string.

Optional

refmaterialaccess

Optional: Indicates whether the reference material folder of the job is visible. The possible values are:

0 - No access: Reference material is not visible in job and cannot be downloaded by suppliers

1 - Read-only: Reference material is accessible in job. Suppliers can download files.

Optional

 

RESULTS

None.





JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.