POST api/location/options
Request Information
URI Parameters
None.
Body Parameters
options| Name | Description | Type | Additional information |
|---|---|---|---|
| Questionid | globally unique identifier |
None. |
|
| optionslist | Collection of optionslist |
None. |
Request Formats
application/json, text/json
Sample:
{
"Questionid": "47b068ef-e94b-460e-8ced-b4e6355c9968",
"optionslist": [
{
"Questionid": "b9f4b948-edbc-46cf-b5d7-a0cfff5f86f5",
"optionId": "f28284fc-d8b7-4b4c-b764-86c537fea134",
"Optionorder": 1,
"Optiontext": "sample string 2",
"OptionTextSpanish": "sample string 3",
"IsCustomanswer": "sample string 4",
"IsActive": true,
"IsRating": true
},
{
"Questionid": "b9f4b948-edbc-46cf-b5d7-a0cfff5f86f5",
"optionId": "f28284fc-d8b7-4b4c-b764-86c537fea134",
"Optionorder": 1,
"Optiontext": "sample string 2",
"OptionTextSpanish": "sample string 3",
"IsCustomanswer": "sample string 4",
"IsActive": true,
"IsRating": true
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.