Creates a new job status
Request Information
URI Parameters :
None.
Body Parameters :
job_statusName | Description | Type | Additional 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": "e88141ba-e814-4c6f-9895-c0c485716293", "code": "sample string 2", "name": "sample string 3", "sequence": 4, "color_text": "sample string 5", "archived": true, "modified_dateutc": "2024-11-18T17:19:21.1587054+00:00" }
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.