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": "9cc50b29-8d2a-43fc-94b8-c86f8b265aae",
  "name": "sample string 2",
  "sales_organization_id": "d284ece6-2088-4537-88ab-de230348cfcf",
  "description": "sample string 4",
  "is_default": true,
  "modified_dateutc": "2026-07-09T04:12:48.6854571+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": "30b28fa5-a812-4e8c-9b79-a7ca31d549f8",
  "name": "sample string 2",
  "sales_organization_id": "56340ede-c135-4386-8fa1-e25b46ca483f",
  "description": "sample string 4",
  "is_default": true,
  "modified_dateutc": "2026-07-09T04:12:48.6854571+00:00",
  "code": "sample string 7"
}