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": "976d265e-8485-40d5-b24d-5d6bdc96ed5c",
  "name": "sample string 2",
  "sales_organization_id": "9e3c58e0-eaec-41b2-a28c-e4e53f5910c2",
  "description": "sample string 4",
  "is_default": true,
  "modified_dateutc": "2026-08-02T23:56:31.1323465+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": "2db4c95c-50e0-4d37-9241-408f6e35dcc0",
  "name": "sample string 2",
  "sales_organization_id": "05bb39b9-3fae-439f-80bd-01fd1af80d4c",
  "description": "sample string 4",
  "is_default": true,
  "modified_dateutc": "2026-08-02T23:56:31.1323465+00:00",
  "code": "sample string 7"
}