Change Password
Request Parameters:
Change Password will allow user to change the password.
URL: ../Plugins/XcellenceIt.Plugin.Misc.NopRestApi/RemoteService/WebService.svc/ChangePwd
Parameter:
{
"apiSecretKey":"r102x99g112u110t118p105k109c105",
"storeId":"1",
"email":"hardik@mail.com",
"oldPassword": "admin",
"newPassword": "admin123"
}
Response :
{
"ChangePwdResult":
{
"Message": "Password was changed"
}
}