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": "11a448a9-aac3-4d34-9cad-1f9f79c4fd5d",
"name": "sample string 2",
"sales_organization_id": "de6275e9-98c4-4342-a4be-36c2b287ec55",
"description": "sample string 4",
"is_default": true,
"modified_dateutc": "2026-04-11T05:19:49.4330344+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": "26c77772-6da6-4522-8fdc-59f578ea4521",
"name": "sample string 2",
"sales_organization_id": "7c631833-d548-4357-85a9-d382846ada0f",
"description": "sample string 4",
"is_default": true,
"modified_dateutc": "2026-04-11T05:19:49.4330344+00:00",
"code": "sample string 7"
}