Updates the job status with the specified key

Request Information

URI Parameters :

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters :

job_status
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier
code

Status code

string
name

Status name

string
sequence

Status order

integer
color_text

Status color

string
archived

Status archived?

boolean
modified_dateutc

Readonly system field managed by database, filled with GetUtcDate when adding,updating.

date

Request Formats :

application/json, text/json

Sample:
{
  "id": "a9cce93d-327d-447f-b954-b8da539b5a13",
  "code": "sample string 2",
  "name": "sample string 3",
  "sequence": 4,
  "color_text": "sample string 5",
  "archived": true,
  "modified_dateutc": "2024-03-28T23:30:19.5771336+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.