Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The base task identifier. |
integer |
Required |
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. |
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", "externalParty": "sample String 3", "message": "sample String 4", "baseTaskGroup": "5", "id": "6", "permission": "1", "role": "1", "verificationType": "1", "baseQuestions": [ "1", "2" ] }
text/html
{"category":"sample String 1","code":"sample String 2","externalParty":"sample String 3","message":"sample String 4","baseTaskGroup":"5","id":"6","permission":"1","role":"1","verificationType":"1","baseQuestions":["1","2"]}
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
The updated base task.
Pico.BaseTaskName | Description | Type | Additional information |
---|---|---|---|
category |
Gets or sets the category. |
string |
None. |
code |
Gets or sets the code. |
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", "externalParty": "sample String 3", "message": "sample String 4", "baseTaskGroup": "5", "id": "6", "permission": "1", "role": "1", "verificationType": "1", "baseQuestions": [ "1", "2" ] }
text/html
{"category":"sample String 1","code":"sample String 2","externalParty":"sample String 3","message":"sample String 4","baseTaskGroup":"5","id":"6","permission":"1","role":"1","verificationType":"1","baseQuestions":["1","2"]}