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": "d499e597-4f0d-41d9-948a-4c651ee9a1c4", "name": "sample string 2", "sales_organization_id": "11fc8060-ac15-4f23-8ec2-a0ecda320e49", "description": "sample string 4", "is_default": true, "modified_dateutc": "2025-05-07T00:42:31.9051374+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": "2deb4e74-0e6d-4d94-babb-04a047b90a3c", "name": "sample string 2", "sales_organization_id": "4cd21db3-dc94-4bc4-b563-b9aff163963d", "description": "sample string 4", "is_default": true, "modified_dateutc": "2025-05-07T00:42:31.9051374+00:00", "code": "sample string 7" }