Request Information
URI Parameters
None.
Body Parameters
The base task.
Pico.BaseTaskName | Description | Type | Additional information |
---|---|---|---|
category |
Gets or sets the category. |
string |
None. |
code |
Gets or sets the code. |
string |
None. |
components |
Gets or sets the components. |
string |
None. |
externalParty |
Gets or sets the external party. |
string |
None. |
message |
Gets or sets the message. |
string |
None. |
baseTaskGroup |
Gets or sets the base task group identifier. |
integer |
None. |
id |
Gets or sets the base task identifier. |
integer |
None. |
permission |
Gets or sets the permission identifier. |
integer |
None. |
role |
Gets or sets the role identifier. |
integer |
None. |
verificationType |
Gets or sets the verification type identifier. |
integer |
None. |
baseQuestions |
Gets or sets the organization identifiers. |
Collection of integer |
None. |
Request Formats
application/json, text/json
{ "category": "sample String 1", "code": "sample String 2", "components": "sample String 3", "externalParty": "sample String 4", "message": "sample String 5", "baseTaskGroup": "6", "id": "7", "permission": "1", "role": "1", "verificationType": "1", "baseQuestions": [ "1", "2" ] }
text/html
{"category":"sample String 1","code":"sample String 2","components":"sample String 3","externalParty":"sample String 4","message":"sample String 5","baseTaskGroup":"6","id":"7","permission":"1","role":"1","verificationType":"1","baseQuestions":["1","2"]}
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
A created base task.
Pico.BaseTaskName | Description | Type | Additional information |
---|---|---|---|
category |
Gets or sets the category. |
string |
None. |
code |
Gets or sets the code. |
string |
None. |
components |
Gets or sets the components. |
string |
None. |
externalParty |
Gets or sets the external party. |
string |
None. |
message |
Gets or sets the message. |
string |
None. |
baseTaskGroup |
Gets or sets the base task group identifier. |
integer |
None. |
id |
Gets or sets the base task identifier. |
integer |
None. |
permission |
Gets or sets the permission identifier. |
integer |
None. |
role |
Gets or sets the role identifier. |
integer |
None. |
verificationType |
Gets or sets the verification type identifier. |
integer |
None. |
baseQuestions |
Gets or sets the organization identifiers. |
Collection of integer |
None. |
Response Formats
application/json, text/json
{ "category": "sample String 1", "code": "sample String 2", "components": "sample String 3", "externalParty": "sample String 4", "message": "sample String 5", "baseTaskGroup": "6", "id": "7", "permission": "1", "role": "1", "verificationType": "1", "baseQuestions": [ "1", "2" ] }
text/html
{"category":"sample String 1","code":"sample String 2","components":"sample String 3","externalParty":"sample String 4","message":"sample String 5","baseTaskGroup":"6","id":"7","permission":"1","role":"1","verificationType":"1","baseQuestions":["1","2"]}