Forget Password
Request Parameters:
Customer will get mail if they are forgot password.
URL: ../Plugins/XcellenceIt.Plugin.Misc.NopRestApi/RemoteService/WebService.svc/PasswordRecovery
Parameter:
{
"apiSecretKey":"r102x99g112u110t118p105k109c105",
"storeId":"1",
"email": "hardik@mail.com",
"languageId":"1"
}
Response :
=>If Email doesn't exist it will response with following parameter:
{
"PasswordRecoveryResult": "Email not found."
}
=>If It is successful it will response with following parameter:
{
"PasswordRecoveryResult": "Email with instructions has been sent to you."
}