Creates a new task priority
Request Information
URI Parameters :
None.
Body Parameters :
task_priorityName | Description | Type | Additional 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
{ "id": "93a60d56-1a96-46e1-96ec-8bfe7d8128b5", "name": "sample string 2", "code": "sample string 3", "is_default": true, "sequence": 5, "only_for_e_service": true, "sales_organization_id": "bc592270-ee9c-4ba8-8fd9-9ab69645755c", "sales_organization_code": "sample string 8" }
Response Information
Resource Description :
IHttpActionResult
task_priorityName | Description | Type | Additional 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
{ "id": "3c8c0740-3bf0-4a05-b207-8ce354f35565", "name": "sample string 2", "code": "sample string 3", "is_default": true, "sequence": 5, "only_for_e_service": true, "sales_organization_id": "4cc1d1fa-c2f9-436f-b440-c194ded9af25", "sales_organization_code": "sample string 8" }