Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
taskThe new task code, See Task CodesStringOptional
cfsCustom field object.ObjectOptional

...

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

...