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": "c902358a-0e49-49df-893f-b101167f15ff",
  "name": "sample string 2",
  "sales_organization_id": "ec600cd7-c706-405d-983e-56b8fc7a272e",
  "description": "sample string 4",
  "is_default": true,
  "modified_dateutc": "2026-01-13T22:03:26.3004576+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": "d4315894-e823-4344-b1c1-cba233276315",
  "name": "sample string 2",
  "sales_organization_id": "c632c5fc-0da6-4d4a-a760-99d700fef990",
  "description": "sample string 4",
  "is_default": true,
  "modified_dateutc": "2026-01-13T22:03:26.3637373+00:00",
  "code": "sample string 7",
  "archived": true
}