Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The base task rule identifier. |
integer |
Required |
Body Parameters
The base task rule.
Pico.BaseTaskRule| Name | Description | Type | Additional information |
|---|---|---|---|
| baseTask |
Gets or sets the base task identifier. |
integer |
None. |
| id |
Gets or sets the base task rule identifier. |
integer |
None. |
| rule |
Gets or sets the rule identifier. |
integer |
None. |
| group |
Gets or sets the group. |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"baseTask": "1",
"id": "2",
"rule": "3",
"group": "sample String 4"
}
text/html
Sample:
{"baseTask":"1","id":"2","rule":"3","group":"sample String 4"}
application/xml, text/xml
Sample:
<BaseTaskRule xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <BaseTaskId>1</BaseTaskId> <BaseTaskRuleId>2</BaseTaskRuleId> <RuleId>3</RuleId> <Group>sample String 4</Group> </BaseTaskRule>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
The updated base task rule.
Pico.BaseTaskRule| Name | Description | Type | Additional information |
|---|---|---|---|
| baseTask |
Gets or sets the base task identifier. |
integer |
None. |
| id |
Gets or sets the base task rule identifier. |
integer |
None. |
| rule |
Gets or sets the rule identifier. |
integer |
None. |
| group |
Gets or sets the group. |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"baseTask": "1",
"id": "2",
"rule": "3",
"group": "sample String 4"
}
text/html
Sample:
{"baseTask":"1","id":"2","rule":"3","group":"sample String 4"}
application/xml, text/xml
Sample:
<BaseTaskRule xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <BaseTaskId>1</BaseTaskId> <BaseTaskRuleId>2</BaseTaskRuleId> <RuleId>3</RuleId> <Group>sample String 4</Group> </BaseTaskRule>