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": "0fa94436-96ab-48fd-a1b1-36eef5bcd3d4",
"name": "sample string 2",
"sales_organization_id": "c89395c7-5e3a-48cf-bf78-9113af2e9fdd",
"description": "sample string 4",
"is_default": true,
"modified_dateutc": "2026-06-12T20:07:53.1092258+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": "8e5f2bd0-59e4-4176-af72-87ebb82efaed",
"name": "sample string 2",
"sales_organization_id": "e3fab777-e76d-4b1c-95ff-d3eb24ae8ade",
"description": "sample string 4",
"is_default": true,
"modified_dateutc": "2026-06-12T20:07:53.1286709+00:00",
"code": "sample string 7"
}