Request Information
URI Parameters
None.
Body Parameters
The base task rule.
Pico.BaseTaskRuleName | 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 created base task rule.
Pico.BaseTaskRuleName | 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>