POST web/General/VerifySecurityQuestions
Request Information
URI Parameters
None.
Body Parameters
VerifySecurityQuestions| Name | Description | Type | Additional information |
|---|---|---|---|
| questions | Collection of Questions |
None. |
Request Formats
application/json, text/json
Sample:
{
"questions": [
{
"question_id": 1,
"answer": "sample string 2"
},
{
"question_id": 1,
"answer": "sample string 2"
}
]
}
application/x-www-form-urlencoded
Sample:
application/xml
Sample:
text/xml
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.