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 |
Request Formats :
application/json, text/json
{
"id": "6d95f2fe-9130-4256-acd1-1f2656ca0bd6",
"name": "sample string 2",
"sales_organization_id": "6ce99d38-ea7a-4936-8933-ceaa620d7328",
"description": "sample string 4",
"is_default": true,
"modified_dateutc": "2026-04-21T01:12:34.5763132+00:00",
"code": "sample string 7"
}
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 |
Response Formats
application/json, text/json
{
"id": "12e26985-6986-488e-ac5f-1dfc1dc3acb8",
"name": "sample string 2",
"sales_organization_id": "e133159f-cd32-48c7-bfa3-efd962bb9754",
"description": "sample string 4",
"is_default": true,
"modified_dateutc": "2026-04-21T01:12:34.5763132+00:00",
"code": "sample string 7"
}