Request Information
URI Parameters
None.
Body Parameters
The base task group rule.
Pico.BaseTaskGroupRule| Name | Description | Type | Additional information |
|---|---|---|---|
| baseTaskGroup |
Gets or sets the base task group identifier. |
integer |
None. |
| id |
Gets or sets the base task group 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:
{
"baseTaskGroup": "1",
"id": "2",
"rule": "3",
"group": "sample String 4"
}
text/html
Sample:
{"baseTaskGroup":"1","id":"2","rule":"3","group":"sample String 4"}
application/xml, text/xml
Sample:
<BaseTaskGroupRule xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <BaseTaskGroupId>1</BaseTaskGroupId> <BaseTaskGroupRuleId>2</BaseTaskGroupRuleId> <RuleId>3</RuleId> <Group>sample String 4</Group> </BaseTaskGroupRule>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
The created base task group rule.
Pico.BaseTaskGroupRule| Name | Description | Type | Additional information |
|---|---|---|---|
| baseTaskGroup |
Gets or sets the base task group identifier. |
integer |
None. |
| id |
Gets or sets the base task group 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:
{
"baseTaskGroup": "1",
"id": "2",
"rule": "3",
"group": "sample String 4"
}
text/html
Sample:
{"baseTaskGroup":"1","id":"2","rule":"3","group":"sample String 4"}
application/xml, text/xml
Sample:
<BaseTaskGroupRule xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <BaseTaskGroupId>1</BaseTaskGroupId> <BaseTaskGroupRuleId>2</BaseTaskGroupRuleId> <RuleId>3</RuleId> <Group>sample String 4</Group> </BaseTaskGroupRule>