Creates a new job status
Request Information
URI Parameters :
None.
Body Parameters :
job_status| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier | |
| code |
Status code |
string | |
| name |
Status name |
string | |
| system_job_status_id | globally unique identifier | ||
| system_job_status_code | string | ||
| sequence |
Status order |
integer | |
| color_text |
Status color |
string | |
| archived |
Status archived? |
boolean | |
| is_readonly_on_api |
Gives the possibility to alter the row using the API |
boolean | |
| usable_on_api |
Specifies if can be used when create, update or changestatus of jobs |
boolean | |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating. |
date |
Request Formats :
application/json, text/json
Sample:
{
"id": "7abe9b7c-eae6-412d-b2d9-49f72c2094ce",
"code": "sample string 2",
"name": "sample string 3",
"system_job_status_id": "640f4534-72e4-4ead-a755-4d94738ead76",
"system_job_status_code": "sample string 5",
"sequence": 6,
"color_text": "sample string 7",
"archived": true,
"is_readonly_on_api": true,
"usable_on_api": true,
"modified_dateutc": "2025-10-12T15:43:51.8108668+00:00"
}
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.