Creates a new task priority

Request Information

URI Parameters :

None.

Body Parameters :

task_priority
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier
name

Name of the task priority (High,Medium)

string

Required

Max length: 255

code

Field used for Embedded entity (store there your ERP PK)

string

Max length: 255

is_default

Auto selected when creating a new task

boolean
sequence

Sorting field (0 first), to order them

integer
only_for_e_service

Specify his this task priority is only usable on the e-service

boolean
sales_organization_id

FK of sales_organization. Filled if specific of one SO, empty if can be used by all

globally unique identifier
sales_organization_code

Embedded entity "sales_organization" using ERP PK when adding/updating skill

string
sales_organization

Embedded entity "sales_organization" when adding/updating skill

sales_organization

Request Formats :

application/json, text/json

Sample:
{
  "id": "a4fc0a89-712e-4b0c-b373-c1e68480b5de",
  "name": "sample string 2",
  "code": "sample string 3",
  "is_default": true,
  "sequence": 5,
  "only_for_e_service": true,
  "sales_organization_id": "7f013045-aca0-45c8-af3b-c5f188b38296",
  "sales_organization_code": "sample string 8"
}

Response Information

Resource Description :

IHttpActionResult

task_priority
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier
name

Name of the task priority (High,Medium)

string

Required

Max length: 255

code

Field used for Embedded entity (store there your ERP PK)

string

Max length: 255

is_default

Auto selected when creating a new task

boolean
sequence

Sorting field (0 first), to order them

integer
only_for_e_service

Specify his this task priority is only usable on the e-service

boolean
sales_organization_id

FK of sales_organization. Filled if specific of one SO, empty if can be used by all

globally unique identifier
sales_organization_code

Embedded entity "sales_organization" using ERP PK when adding/updating skill

string
sales_organization

Embedded entity "sales_organization" when adding/updating skill

sales_organization

Response Formats

application/json, text/json

Sample:
{
  "id": "501d9227-a456-4393-8c85-93e0b93d6a95",
  "name": "sample string 2",
  "code": "sample string 3",
  "is_default": true,
  "sequence": 5,
  "only_for_e_service": true,
  "sales_organization_id": "181c6ee8-d085-4f86-a1a6-c3b5ec4cd3a3",
  "sales_organization_code": "sample string 8"
}