POST api/v1/Member/SetSecurityQnA

Request Information

URI Parameters

None.

Body Parameters

DaoChangeQnA
NameDescriptionTypeAdditional information
_id

string

Required

String length: inclusive between 4 and 16

_SecurityQuestionNo

string

Required

String length: inclusive between 0 and 6

_SecurityQuestion

string

String length: inclusive between 0 and 300

_SecurityAnswer

string

Required

String length: inclusive between 0 and 100

Request Formats

application/json, text/json

Sample:
{
  "_id": "sample string 1",
  "_SecurityQuestionNo": "sample string 2",
  "_SecurityQuestion": "sample string 3",
  "_SecurityAnswer": "sample string 4"
}

application/xml, text/xml

Sample:
<DaoChangeQnA xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/neosonyxlib.models.DAO.Softnyx">
  <_SecurityAnswer>sample string 4</_SecurityAnswer>
  <_SecurityQuestion>sample string 3</_SecurityQuestion>
  <_SecurityQuestionNo>sample string 2</_SecurityQuestionNo>
  <_id>sample string 1</_id>
</DaoChangeQnA>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

APIResult
NameDescriptionTypeAdditional information
code

ResultCode

None.

Message

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 0,
  "Message": {}
}

application/xml, text/xml

Sample:
<APIResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/neosonyxlib.models">
  <Code>Fail</Code>
  <Message />
</APIResult>