POST api/Login/SecurityQuestionUpdate
Request Information
URI Parameters
None.
Body Parameters
SecurityQuestionsRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| SecurityQuestionNum1 | integer |
None. |
|
| SecurityQuestionNum2 | integer |
None. |
|
| SecurityQuestionNum3 | integer |
None. |
|
| SecurityQuestionNum4 | integer |
None. |
|
| SecurityQuestionNum5 | integer |
None. |
|
| SecurityAnswer1 | string |
None. |
|
| SecurityAnswer2 | string |
None. |
|
| SecurityAnswer3 | string |
None. |
|
| SecurityAnswer4 | string |
None. |
|
| SecurityAnswer5 | string |
None. |
|
| SessionNum | integer |
None. |
|
| SessionPassword | Collection of byte |
None. |
|
| ApplicationCode | string |
None. |
|
| StagesURL | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SecurityQuestionNum1": 1,
"SecurityQuestionNum2": 1,
"SecurityQuestionNum3": 1,
"SecurityQuestionNum4": 1,
"SecurityQuestionNum5": 1,
"SecurityAnswer1": "sample string 1",
"SecurityAnswer2": "sample string 2",
"SecurityAnswer3": "sample string 3",
"SecurityAnswer4": "sample string 4",
"SecurityAnswer5": "sample string 5",
"SessionNum": 6,
"SessionPassword": "QEA=",
"ApplicationCode": "sample string 7",
"StagesURL": "sample string 8"
}
application/xml, text/xml
Sample:
<SecurityQuestionsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RapidAPI.Models"> <StagesURL>sample string 8</StagesURL> <ApplicationCode>sample string 7</ApplicationCode> <SessionNum>6</SessionNum> <SessionPassword>QEA=</SessionPassword> <SecurityAnswer1>sample string 1</SecurityAnswer1> <SecurityAnswer2>sample string 2</SecurityAnswer2> <SecurityAnswer3>sample string 3</SecurityAnswer3> <SecurityAnswer4>sample string 4</SecurityAnswer4> <SecurityAnswer5>sample string 5</SecurityAnswer5> <SecurityQuestionNum1>1</SecurityQuestionNum1> <SecurityQuestionNum2>1</SecurityQuestionNum2> <SecurityQuestionNum3>1</SecurityQuestionNum3> <SecurityQuestionNum4>1</SecurityQuestionNum4> <SecurityQuestionNum5>1</SecurityQuestionNum5> </SecurityQuestionsRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SecurityQuestionUpdateQueryResult| Name | Description | Type | Additional information |
|---|---|---|---|
| ExcludeColumnList | Collection of string |
None. |
|
| ResultSet | Collection of SecurityQuestionUpdateResult |
None. |
|
| Success | boolean |
None. |
|
| UserErrorMessage | string |
None. |
|
| ErrorTypeNum | integer |
None. |
|
| SqlConnectionLost | boolean |
None. |
|
| ClientVersion | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ExcludeColumnList": [
"sample string 1",
"sample string 2"
],
"ResultSet": [
{
"AppUserNum": 1,
"SecurityAnswer1": "sample string 1",
"SecurityAnswer2": "sample string 2",
"SecurityAnswer3": "sample string 3",
"SecurityAnswer4": "sample string 4",
"SecurityAnswer5": "sample string 5",
"SecurityQuestion1": "sample string 6",
"SecurityQuestion2": "sample string 7",
"SecurityQuestion3": "sample string 8",
"SecurityQuestion4": "sample string 9",
"SecurityQuestion5": "sample string 10",
"SecurityQuestionNum1": 1,
"SecurityQuestionNum2": 1,
"SecurityQuestionNum3": 1,
"SecurityQuestionNum4": 1,
"SecurityQuestionNum5": 1
},
{
"AppUserNum": 1,
"SecurityAnswer1": "sample string 1",
"SecurityAnswer2": "sample string 2",
"SecurityAnswer3": "sample string 3",
"SecurityAnswer4": "sample string 4",
"SecurityAnswer5": "sample string 5",
"SecurityQuestion1": "sample string 6",
"SecurityQuestion2": "sample string 7",
"SecurityQuestion3": "sample string 8",
"SecurityQuestion4": "sample string 9",
"SecurityQuestion5": "sample string 10",
"SecurityQuestionNum1": 1,
"SecurityQuestionNum2": 1,
"SecurityQuestionNum3": 1,
"SecurityQuestionNum4": 1,
"SecurityQuestionNum5": 1
}
],
"Success": true,
"UserErrorMessage": "sample string 2",
"ErrorTypeNum": 3,
"SqlConnectionLost": true,
"ClientVersion": "sample string 5"
}
application/xml, text/xml
Sample:
<SecurityQuestionUpdateQueryResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Stages">
<ClientVersion>sample string 5</ClientVersion>
<ErrorTypeNum>3</ErrorTypeNum>
<SqlConnectionLost>true</SqlConnectionLost>
<Success>true</Success>
<UserErrorMessage>sample string 2</UserErrorMessage>
<ExcludeColumnList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</ExcludeColumnList>
<ResultSet>
<SecurityQuestionUpdateResult>
<AppUserNum>1</AppUserNum>
<SecurityAnswer1>sample string 1</SecurityAnswer1>
<SecurityAnswer2>sample string 2</SecurityAnswer2>
<SecurityAnswer3>sample string 3</SecurityAnswer3>
<SecurityAnswer4>sample string 4</SecurityAnswer4>
<SecurityAnswer5>sample string 5</SecurityAnswer5>
<SecurityQuestion1>sample string 6</SecurityQuestion1>
<SecurityQuestion2>sample string 7</SecurityQuestion2>
<SecurityQuestion3>sample string 8</SecurityQuestion3>
<SecurityQuestion4>sample string 9</SecurityQuestion4>
<SecurityQuestion5>sample string 10</SecurityQuestion5>
<SecurityQuestionNum1>1</SecurityQuestionNum1>
<SecurityQuestionNum2>1</SecurityQuestionNum2>
<SecurityQuestionNum3>1</SecurityQuestionNum3>
<SecurityQuestionNum4>1</SecurityQuestionNum4>
<SecurityQuestionNum5>1</SecurityQuestionNum5>
</SecurityQuestionUpdateResult>
<SecurityQuestionUpdateResult>
<AppUserNum>1</AppUserNum>
<SecurityAnswer1>sample string 1</SecurityAnswer1>
<SecurityAnswer2>sample string 2</SecurityAnswer2>
<SecurityAnswer3>sample string 3</SecurityAnswer3>
<SecurityAnswer4>sample string 4</SecurityAnswer4>
<SecurityAnswer5>sample string 5</SecurityAnswer5>
<SecurityQuestion1>sample string 6</SecurityQuestion1>
<SecurityQuestion2>sample string 7</SecurityQuestion2>
<SecurityQuestion3>sample string 8</SecurityQuestion3>
<SecurityQuestion4>sample string 9</SecurityQuestion4>
<SecurityQuestion5>sample string 10</SecurityQuestion5>
<SecurityQuestionNum1>1</SecurityQuestionNum1>
<SecurityQuestionNum2>1</SecurityQuestionNum2>
<SecurityQuestionNum3>1</SecurityQuestionNum3>
<SecurityQuestionNum4>1</SecurityQuestionNum4>
<SecurityQuestionNum5>1</SecurityQuestionNum5>
</SecurityQuestionUpdateResult>
</ResultSet>
</SecurityQuestionUpdateQueryResult>