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": "7d34cf81-ddab-42ba-992f-79ffad1fd0d1",
  "name": "sample string 2",
  "sales_organization_id": "3cac5ef0-4cf2-4576-bf61-714ac402021a",
  "description": "sample string 4",
  "is_default": true,
  "modified_dateutc": "2026-08-10T00:05:42.7945814+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": "379c9f77-b61c-4865-bae2-7e742c6a0b45",
  "name": "sample string 2",
  "sales_organization_id": "185a2071-f69a-4a44-8562-9c3caf26a90f",
  "description": "sample string 4",
  "is_default": true,
  "modified_dateutc": "2026-08-10T00:05:42.7945814+00:00",
  "code": "sample string 7"
}