Creates a new work order type
Request Information
URI Parameters :
None.
Body Parameters :
job_typeName | 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": "93a06d2b-7f25-48c7-a4bb-19650b9aed45", "name": "sample string 2", "sales_organization_id": "4bb79e22-4622-4b95-a721-88e3ee8f1651", "description": "sample string 4", "is_default": true, "modified_dateutc": "2025-04-26T17:50:01.4149652+00:00", "code": "sample string 7", "archived": true }
Response Information
Resource Description :
IHttpActionResult
job_typeName | 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": "f94ffbbc-0a68-407c-954c-3ce3da12a77c", "name": "sample string 2", "sales_organization_id": "9b2b8dd3-a306-4d85-969b-1e188f58637a", "description": "sample string 4", "is_default": true, "modified_dateutc": "2025-04-26T17:50:01.5899391+00:00", "code": "sample string 7", "archived": true }