Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The base question identifier. |
integer |
Required |
Body Parameters
The base question.
Pico.BaseQuestionName | Description | Type | Additional information |
---|---|---|---|
order |
Gets or sets the order. |
integer |
None. |
baseCondition |
Gets or sets the base condition identifier. |
integer |
None. |
id |
Gets or sets the base question identifier. |
integer |
None. |
question |
Gets or sets the question identifier. |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "order": 1, "baseCondition": "2", "id": "3", "question": "4" }
text/html
Sample:
{"order":1,"baseCondition":"2","id":"3","question":"4"}
application/xml, text/xml
Sample:
<BaseQuestion xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Order>1</Order> <BaseConditionId>2</BaseConditionId> <BaseQuestionId>3</BaseQuestionId> <QuestionId>4</QuestionId> </BaseQuestion>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
The updated base question.
Pico.BaseQuestionName | Description | Type | Additional information |
---|---|---|---|
order |
Gets or sets the order. |
integer |
None. |
baseCondition |
Gets or sets the base condition identifier. |
integer |
None. |
id |
Gets or sets the base question identifier. |
integer |
None. |
question |
Gets or sets the question identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "order": 1, "baseCondition": "2", "id": "3", "question": "4" }
text/html
Sample:
{"order":1,"baseCondition":"2","id":"3","question":"4"}
application/xml, text/xml
Sample:
<BaseQuestion xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Order>1</Order> <BaseConditionId>2</BaseConditionId> <BaseQuestionId>3</BaseQuestionId> <QuestionId>4</QuestionId> </BaseQuestion>