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

archived

Used to archive job type

boolean

Request Formats :

application/json, text/json

Sample:
{
  "id": "0873e2bd-a6ab-42fb-bd95-4c5306d3cc11",
  "name": "sample string 2",
  "sales_organization_id": "e8604209-7bcd-418c-9be2-4a2458a99694",
  "description": "sample string 4",
  "is_default": true,
  "modified_dateutc": "2026-08-12T19:01:19.5576739+00:00",
  "code": "sample string 7",
  "archived": true
}

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

archived

Used to archive job type

boolean

Response Formats

application/json, text/json

Sample:
{
  "id": "a3e3a292-5398-4a0f-89bf-a14b731f9e47",
  "name": "sample string 2",
  "sales_organization_id": "5b367773-c250-43c7-ba0e-e93222f75700",
  "description": "sample string 4",
  "is_default": true,
  "modified_dateutc": "2026-08-12T19:01:19.5576739+00:00",
  "code": "sample string 7",
  "archived": true
}