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": "2d6867e4-e044-464c-aede-9eec637ba98b",
  "name": "sample string 2",
  "sales_organization_id": "8e792b3b-5257-4f62-a64a-ee0c46e3846f",
  "description": "sample string 4",
  "is_default": true,
  "modified_dateutc": "2025-06-27T03:02:39.5584028+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": "284f2101-b7a7-423f-a827-6ba25edb31ba",
  "name": "sample string 2",
  "sales_organization_id": "fdb77db2-8b1c-4870-8aee-400cb2eb6941",
  "description": "sample string 4",
  "is_default": true,
  "modified_dateutc": "2025-06-27T03:02:39.5584028+00:00",
  "code": "sample string 7"
}