POST api/UserAccount/ForgotPassword?identificationNumber={identificationNumber}&direction={direction}&confirmUsername={confirmUsername}&customerStatus={customerStatus}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
identificationNumber

string

Required

direction

integer

Required

confirmUsername

string

Required

customerStatus

CustomerStatus

Default value is MobileUser

Body Parameters

None.

Response Information

Resource Description

ServiceResponseOfString
NameDescriptionTypeAdditional information
Code

integer

None.

Message

string

None.

Response

string

None.

IsShowMessage

boolean

None.

IsShowRateAndReview

boolean

None.

Response Formats

application/json, text/json

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