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": "d835e31d-3e23-480f-abb6-b0cb49bd65c1",
  "name": "sample string 2",
  "sales_organization_id": "249fa777-8353-47c4-84f8-91036eaef2ab",
  "description": "sample string 4",
  "is_default": true,
  "modified_dateutc": "2025-03-28T12:31:11.2438943+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": "e5a80a33-09d1-4d6b-b37e-306595bd045b",
  "name": "sample string 2",
  "sales_organization_id": "5864305e-0158-4e0e-9226-78204b18f390",
  "description": "sample string 4",
  "is_default": true,
  "modified_dateutc": "2025-03-28T12:31:11.2438943+00:00",
  "code": "sample string 7"
}