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": "14bae052-41b4-45dc-b9e8-6249e37e2083",
  "name": "sample string 2",
  "sales_organization_id": "d1822860-c478-4cc8-901a-fdb059b5bf4a",
  "description": "sample string 4",
  "is_default": true,
  "modified_dateutc": "2026-07-27T22:14:41.9517353+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": "20bf344e-1d0f-4d30-a787-fcef925f60de",
  "name": "sample string 2",
  "sales_organization_id": "a07f1d53-6936-4893-86e6-b3a5865dacd4",
  "description": "sample string 4",
  "is_default": true,
  "modified_dateutc": "2026-07-27T22:14:41.9517353+00:00",
  "code": "sample string 7"
}