POST api/{apiVersion}/SecurityQuestion/SetAnswer

Request Information

URI Parameters

NameDescriptionTypeAdditional information
apiVersion

string

None.

Body Parameters

SecurityQuestionRequest
NameDescriptionTypeAdditional information
CustomerId

globally unique identifier

None.

SecurityQuestionId

globally unique identifier

None.

SecurityAnswer

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerId": "07f488ec-2f93-449e-9586-799208bcf5bf",
  "SecurityQuestionId": "e6d7b164-b3a6-44da-8e35-90031c4a82f0",
  "SecurityAnswer": "sample string 3"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResponseOfBoolean
NameDescriptionTypeAdditional information
Code

integer

None.

Message

string

None.

Response

boolean

None.

IsShowMessage

boolean

None.

IsShowRateAndReview

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 1,
  "Message": "sample string 2",
  "Response": true,
  "IsShowMessage": true,
  "IsShowRateAndReview": true
}