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": "86f63052-0613-4a43-91dc-885fb7af7803",
  "name": "sample string 2",
  "code": "sample string 3",
  "is_default": true,
  "sequence": 5,
  "only_for_e_service": true,
  "sales_organization_id": "9f08a605-ed3a-4daa-9329-6fa023d50609",
  "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": "b5720d40-eb24-48c5-b327-750c4204a606",
  "name": "sample string 2",
  "code": "sample string 3",
  "is_default": true,
  "sequence": 5,
  "only_for_e_service": true,
  "sales_organization_id": "cbb25296-c8c0-4250-b01c-1dc9239e6090",
  "sales_organization_code": "sample string 8"
}