Request Information
URI Parameters
None.
Body Parameters
The question option.
Pico.QuestionOption| Name | Description | Type | Additional information |
|---|---|---|---|
| acceptability |
Gets or sets the acceptability. |
string |
None. |
| description |
Gets or sets the description. |
string |
None. |
| externalMessage |
Gets or sets the external message. |
string |
None. |
| internalMessage |
Gets or sets the internal message. |
string |
None. |
| order |
Gets or sets the order. |
integer |
None. |
| value |
Gets or sets the value. |
string |
None. |
| question |
Gets or sets the question identifier. |
integer |
None. |
| id |
Gets or sets the question option identifier. |
integer |
None. |
| dependentQuestions |
Gets or sets the dependent question identifiers. |
Collection of integer |
None. |
Request Formats
application/json, text/json
{
"acceptability": "sample String 1",
"description": "sample String 2",
"externalMessage": "sample String 3",
"internalMessage": "sample String 4",
"order": 5,
"value": "sample String 6",
"question": "7",
"id": "8",
"dependentQuestions": [
"1",
"2"
]
}
text/html
{"acceptability":"sample String 1","description":"sample String 2","externalMessage":"sample String 3","internalMessage":"sample String 4","order":5,"value":"sample String 6","question":"7","id":"8","dependentQuestions":["1","2"]}
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
A created question option.
Pico.QuestionOption| Name | Description | Type | Additional information |
|---|---|---|---|
| acceptability |
Gets or sets the acceptability. |
string |
None. |
| description |
Gets or sets the description. |
string |
None. |
| externalMessage |
Gets or sets the external message. |
string |
None. |
| internalMessage |
Gets or sets the internal message. |
string |
None. |
| order |
Gets or sets the order. |
integer |
None. |
| value |
Gets or sets the value. |
string |
None. |
| question |
Gets or sets the question identifier. |
integer |
None. |
| id |
Gets or sets the question option identifier. |
integer |
None. |
| dependentQuestions |
Gets or sets the dependent question identifiers. |
Collection of integer |
None. |
Response Formats
application/json, text/json
{
"acceptability": "sample String 1",
"description": "sample String 2",
"externalMessage": "sample String 3",
"internalMessage": "sample String 4",
"order": 5,
"value": "sample String 6",
"question": "7",
"id": "8",
"dependentQuestions": [
"1",
"2"
]
}
text/html
{"acceptability":"sample String 1","description":"sample String 2","externalMessage":"sample String 3","internalMessage":"sample String 4","order":5,"value":"sample String 6","question":"7","id":"8","dependentQuestions":["1","2"]}