Creates a new work order type

Request Information

URI Parameters :

None.

Body Parameters :

job_type
NameDescriptionTypeAdditional 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

Sample:
{
  "id": "672cbf54-a34a-48dc-842d-d6a98c2b479c",
  "name": "sample string 2",
  "sales_organization_id": "b8958281-5479-4b9a-9d13-3e6b5332293d",
  "description": "sample string 4",
  "is_default": true,
  "modified_dateutc": "2025-12-26T08:03:50.5936527+00:00",
  "code": "sample string 7"
}

Response Information

Resource Description :

IHttpActionResult

job_type
NameDescriptionTypeAdditional 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

Sample:
{
  "id": "95043fd6-3fbb-4774-83e1-20d9b3de25be",
  "name": "sample string 2",
  "sales_organization_id": "e0d94a25-9e63-4bc9-98d9-9e8cc8bf74b3",
  "description": "sample string 4",
  "is_default": true,
  "modified_dateutc": "2025-12-26T08:03:50.5936527+00:00",
  "code": "sample string 7"
}