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": "3695de62-f4ae-40f1-bd17-f2c7960977a2",
  "name": "sample string 2",
  "sales_organization_id": "a0de3356-3313-4f5c-8416-e7f20802ca2e",
  "description": "sample string 4",
  "is_default": true,
  "modified_dateutc": "2025-08-12T05:19:40.0093273+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": "b8d42874-5a82-42e1-8c61-a7c96ef4f42b",
  "name": "sample string 2",
  "sales_organization_id": "f94cb9a3-1e2d-44f5-8ce0-464b8a654880",
  "description": "sample string 4",
  "is_default": true,
  "modified_dateutc": "2025-08-12T05:19:40.0249525+00:00",
  "code": "sample string 7"
}