Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The base task identifier.

integer

Required

Body Parameters

The base task.

Pico.BaseTask
NameDescriptionTypeAdditional 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

Sample:
{
  "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

Sample:
{"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:

Sample not available.

Response Information

Resource Description

The updated base task.

Pico.BaseTask
NameDescriptionTypeAdditional 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

Sample:
{
  "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

Sample:
{"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"]}