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": "14449eaf-1e0f-4f34-9e23-37376f5c9a8f",
  "name": "sample string 2",
  "sales_organization_id": "67eeac85-12db-498a-943f-a14d6b6d0345",
  "description": "sample string 4",
  "is_default": true,
  "modified_dateutc": "2026-06-10T21:04:05.3116253+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": "b813d327-dbc4-424e-8617-5ef6dd5baac4",
  "name": "sample string 2",
  "sales_organization_id": "2a23bee4-ba06-491a-b578-c7552b7081cc",
  "description": "sample string 4",
  "is_default": true,
  "modified_dateutc": "2026-06-10T21:04:05.3116253+00:00",
  "code": "sample string 7"
}