Creates a new work order type
Request Information
URI Parameters :
None.
Body Parameters :
job_type| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier | |
| name |
Name of the job type |
string |
Required Max length: 50 |
| sales_organization_id |
Filled if specific to one organization, empty if global and can be used by all |
globally unique identifier | |
| description |
Description of the job type |
string |
Max length: 4000 |
| is_default |
Used to auto select one object when creating a jobs |
boolean | |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date | |
| code |
Field used for Embedded entity (store there your ERP PK) |
string |
Max length: 50 |
| archived |
Used to archive job type |
boolean |
Request Formats :
application/json, text/json
{
"id": "af025109-f69a-4544-9909-ca1c63c82c63",
"name": "sample string 2",
"sales_organization_id": "7841f373-d723-4bf3-94dc-4645f435aa2c",
"description": "sample string 4",
"is_default": true,
"modified_dateutc": "2026-09-23T19:56:09.5866905+00:00",
"code": "sample string 7",
"archived": true
}
Response Information
Resource Description :
IHttpActionResult
job_type| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier | |
| name |
Name of the job type |
string |
Required Max length: 50 |
| sales_organization_id |
Filled if specific to one organization, empty if global and can be used by all |
globally unique identifier | |
| description |
Description of the job type |
string |
Max length: 4000 |
| is_default |
Used to auto select one object when creating a jobs |
boolean | |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date | |
| code |
Field used for Embedded entity (store there your ERP PK) |
string |
Max length: 50 |
| archived |
Used to archive job type |
boolean |
Response Formats
application/json, text/json
{
"id": "09b1fdf6-e14f-411e-a1cd-383ce3494b7b",
"name": "sample string 2",
"sales_organization_id": "15daf42c-4a5b-4036-ac41-1eea70c531aa",
"description": "sample string 4",
"is_default": true,
"modified_dateutc": "2026-09-23T19:56:09.5866905+00:00",
"code": "sample string 7",
"archived": true
}