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": "3a9a2d6f-5f3c-41b2-a6bb-b503cf5cf0e7",
  "name": "sample string 2",
  "sales_organization_id": "07089575-8f5b-479e-9a16-c2e5918b9337",
  "description": "sample string 4",
  "is_default": true,
  "modified_dateutc": "2026-04-03T07:07:39.2565112+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": "e7c350f5-8472-4763-b91c-4a846ca7463f",
  "name": "sample string 2",
  "sales_organization_id": "94da381a-ea8e-4c4b-bcef-a8c04e644c8a",
  "description": "sample string 4",
  "is_default": true,
  "modified_dateutc": "2026-04-03T07:07:39.3033906+00:00",
  "code": "sample string 7"
}