Request Information

URI Parameters

None.

Body Parameters

The base question rule.

Pico.BaseQuestionRule
NameDescriptionTypeAdditional information
group

Gets or sets the group.

string

None.

baseQuestion

Gets or sets the base question identifier.

integer

None.

id

Gets or sets the base question rule identifier.

integer

None.

rule

Gets or sets the rule identifier.

integer

None.

Request Formats

application/json, text/json

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

text/html

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

application/xml, text/xml

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

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

A created base question rule.

Pico.BaseQuestionRule
NameDescriptionTypeAdditional information
group

Gets or sets the group.

string

None.

baseQuestion

Gets or sets the base question identifier.

integer

None.

id

Gets or sets the base question rule identifier.

integer

None.

rule

Gets or sets the rule identifier.

integer

None.

Response Formats

application/json, text/json

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

text/html

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

application/xml, text/xml

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