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": "a6ee01c3-84ce-4433-9bec-e6bbbb1a98de",
  "name": "sample string 2",
  "sales_organization_id": "4dc5d61f-ba0a-4ad2-adff-c51f10d5cd4c",
  "description": "sample string 4",
  "is_default": true,
  "modified_dateutc": "2025-06-27T05:38:00.3008878+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": "e6dbaa3b-99d0-4ebd-b26d-0f12efefb4e0",
  "name": "sample string 2",
  "sales_organization_id": "9f8fb764-d06e-4e1d-a292-21129b6209c8",
  "description": "sample string 4",
  "is_default": true,
  "modified_dateutc": "2025-06-27T05:38:00.316509+00:00",
  "code": "sample string 7"
}