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": "d9bf6ae1-6e5a-430f-ad89-b5c3c6ad6201",
  "name": "sample string 2",
  "sales_organization_id": "acf01342-3843-4ac7-8f05-8515e7824e8c",
  "description": "sample string 4",
  "is_default": true,
  "modified_dateutc": "2023-03-31T22:50:28.0077913+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": "050ed61c-418d-4c53-b55b-4363e1b1ae2c",
  "name": "sample string 2",
  "sales_organization_id": "7b70cd15-4d48-4d3a-96e7-1e9210c8a9a4",
  "description": "sample string 4",
  "is_default": true,
  "modified_dateutc": "2023-03-31T22:50:28.0077913+00:00",
  "code": "sample string 7"
}