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": "6d9ce464-d4fe-4c62-af3f-96bc9fef7838", "SecurityQuestionId": "c25d2fe9-d689-4db2-8864-8bcf74b1e7c2", "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 }