/
jobs/{id}/properties (post)

jobs/{id}/properties (post)

To update properties of a Standard or Codyt job.

All parameters except id are optional so you can update only what you want or everything.

URL

(POST) jobs/{id}/properties

PARAMETERS

URL parameters are:

id

The job ID. Also see jobs/{id}/summary

string, Mandatory

REQUEST BODY

The other parameters are included as a JSON object in the request body:

deadline

Optional deadline date. A string that includes time zone information and conforms to ISO 8601

Date time

Optional

status

Status of the task. See Job Status for status values.

Int

Optional
referenceThe new reference (only for standard jobs)StringOptional
cfsCustom field object.ObjectOptional


cfs object

cfidCustom field Id, ex: CustomStr1 id is 1IntMandatory
valueCustom field new valueStringMandatory

Example:

{
	"deadline": "2019-09-05T10:40:11Z",
	"status": 1,
	"reference": "",	
    "cfs":[        {
               "cfid":1,
               "value":"Custom"
               },
              {
               "cfid": 2,
               "value":"true"
              }
         ]
}


SUCCESS RESULT

None





Related content

jobs/{id}/action/commit
jobs/{id}/action/commit
More like this
projects/{pid}/workflows/{did}/status
projects/{pid}/workflows/{did}/status
Read with this
Update a project's job
Update a project's job
More like this
Job Status
Job Status
Read with this
jobs/batch/update (POST)
jobs/batch/update (POST)
More like this
jobs/list
jobs/list
Read with this

Copyright Wordbee - Buzzin' Outside the Box since 2008