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": "9e219ef7-9071-44db-8f27-ce51375371a1",
  "name": "sample string 2",
  "sales_organization_id": "9c7656b1-ee2d-4b3a-87c1-84ab7d2fff3f",
  "description": "sample string 4",
  "is_default": true,
  "modified_dateutc": "2026-02-28T22:32:26.1574998+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": "953048b4-4722-42df-93dd-cae6da3aad64",
  "name": "sample string 2",
  "sales_organization_id": "495f1cbd-e760-4490-80a7-0236c70d7248",
  "description": "sample string 4",
  "is_default": true,
  "modified_dateutc": "2026-02-28T22:32:26.1732816+00:00",
  "code": "sample string 7"
}