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 |
Request Formats :
application/json, text/json
{ "id": "6ad16891-4a1d-4ea2-b0fa-27514c94010f", "name": "sample string 2", "sales_organization_id": "9e85773b-b1a1-4ea0-99cc-452cfd9a3ded", "description": "sample string 4", "is_default": true, "modified_dateutc": "2025-09-16T01:02:43.4789592+00:00", "code": "sample string 7" }
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 |
Response Formats
application/json, text/json
{ "id": "ce1d59a8-fb0d-4fb4-876a-b1ed8ad5287a", "name": "sample string 2", "sales_organization_id": "73184a4f-7369-4d09-848f-2219d106fddd", "description": "sample string 4", "is_default": true, "modified_dateutc": "2025-09-16T01:02:43.4789592+00:00", "code": "sample string 7" }