POST api/{apiVersion}/SecurityQuestion/GetAnswer
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
None. |
Body Parameters
SecurityQuestionRequestName | Description | Type | Additional information |
---|---|---|---|
CustomerId | globally unique identifier |
None. |
|
SecurityQuestionId | globally unique identifier |
None. |
|
SecurityAnswer | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "CustomerId": "c9012168-fbaa-40d6-8f30-ec0b2b0b1d28", "SecurityQuestionId": "98519f8d-32e5-4acb-807e-febe1294af10", "SecurityAnswer": "sample string 3" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseOfSecurityQuestionAnswerResponseName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | SecurityQuestionAnswerResponse |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": { "Answer": "sample string 1", "TransactionDate": "sample string 2", "Question": "sample string 3" }, "IsShowMessage": true, "IsShowRateAndReview": true }