GET api/v1/Customer/GetCheckSecretQuestion?dateOfBirth={dateOfBirth}&placeOfBirth={placeOfBirth}&identificationNumber={identificationNumber}&username={username}&direction={direction}&otpCode={otpCode}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
dateOfBirth | date |
Required |
|
placeOfBirth | string |
Required |
|
identificationNumber | string |
Required |
|
username | string |
Required |
|
direction | integer |
Required |
|
otpCode | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ServiceResponseOfBooleanName | Description | Type | Additional 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 }