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": "367cecd1-1a50-4f06-87a3-1b7f6e58ac43",
  "name": "sample string 2",
  "sales_organization_id": "74322529-e3a9-4331-815d-8864d78064a6",
  "description": "sample string 4",
  "is_default": true,
  "modified_dateutc": "2025-09-05T02:47:11.3911154+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": "8a6c2aa0-224b-474d-b2dd-724391a6267a",
  "name": "sample string 2",
  "sales_organization_id": "90cf20ca-983a-4873-9587-7887b42d6db4",
  "description": "sample string 4",
  "is_default": true,
  "modified_dateutc": "2025-09-05T02:47:11.3911154+00:00",
  "code": "sample string 7"
}