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": "f6fd2f88-21dc-4fbc-b680-1e6eacb9810c",
  "name": "sample string 2",
  "sales_organization_id": "bc41f53c-93cb-4a8e-9ed4-187b30962874",
  "description": "sample string 4",
  "is_default": true,
  "modified_dateutc": "2025-10-13T20:35:14.2534076+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": "80c37734-47d2-409b-a1aa-fb8808a523c7",
  "name": "sample string 2",
  "sales_organization_id": "bb350958-3c0d-47fa-8a0e-ccc56273adc8",
  "description": "sample string 4",
  "is_default": true,
  "modified_dateutc": "2025-10-13T20:35:14.462507+00:00",
  "code": "sample string 7"
}