POST api/{apiVersion}/Customer/CheckSecretQuestion?version={version}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

Default value is

apiVersion

string

None.

Body Parameters

CheckSecretQuestionRequest
NameDescriptionTypeAdditional information
IdentificationNumber

string

None.

DateOfBirth

string

None.

PlaceOfBirth

string

None.

MobilePhone

string

None.

OtpCode

string

None.

CustomerStatus

CustomerStatus

None.

SecurityAnswer

string

None.

Request Formats

application/json, text/json

Sample:
{
  "IdentificationNumber": "sample string 1",
  "DateOfBirth": "sample string 2",
  "PlaceOfBirth": "sample string 3",
  "MobilePhone": "sample string 4",
  "OtpCode": "sample string 5",
  "CustomerStatus": 0,
  "SecurityAnswer": "sample string 6"
}

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
}