Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The base condition rule identifier.

integer

Required

Body Parameters

The base condition rule.

Pico.BaseConditionRule
NameDescriptionTypeAdditional information
group

Gets or sets the group.

string

None.

baseCondition

Gets or sets the base condition identifier.

integer

None.

id

Gets or sets the base condition rule identifier.

integer

None.

rule

Gets or sets the rule identifier.

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "group": "sample String 1",
  "baseCondition": "2",
  "id": "3",
  "rule": "4"
}

text/html

Sample:
{"group":"sample String 1","baseCondition":"2","id":"3","rule":"4"}

application/xml, text/xml

Sample:
<BaseConditionRule xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Group>sample String 1</Group>
  <BaseConditionId>2</BaseConditionId>
  <BaseConditionRuleId>3</BaseConditionRuleId>
  <RuleId>4</RuleId>
</BaseConditionRule>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

The updated base condition rule.

Pico.BaseConditionRule
NameDescriptionTypeAdditional information
group

Gets or sets the group.

string

None.

baseCondition

Gets or sets the base condition identifier.

integer

None.

id

Gets or sets the base condition rule identifier.

integer

None.

rule

Gets or sets the rule identifier.

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "group": "sample String 1",
  "baseCondition": "2",
  "id": "3",
  "rule": "4"
}

text/html

Sample:
{"group":"sample String 1","baseCondition":"2","id":"3","rule":"4"}

application/xml, text/xml

Sample:
<BaseConditionRule xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Group>sample String 1</Group>
  <BaseConditionId>2</BaseConditionId>
  <BaseConditionRuleId>3</BaseConditionRuleId>
  <RuleId>4</RuleId>
</BaseConditionRule>