ChangePassword

From ePrize Developers Wiki

(Difference between revisions)
Jump to: navigation, search

Wikiadmin (Talk | contribs)
(New page: ==Summary== Changes a users password for accessing the loyalty program '''Resource''' POST api/v1/changePassword '''Parameters''' memberId password Example Call http://demo-loyalty.p...)
Next diff →

Revision as of 00:36, 29 June 2016

Summary

Changes a users password for accessing the loyalty program

Resource

POST api/v1/changePassword

Parameters

memberId password

Example Call http://demo-loyalty.promodev.eprize.com/api/v1/changePassword

Example Request Body: {

   "memberId": 278000000118
   “password”: “ePrize#”

}

Example Response: Success {

   "success": true

}

Example Response: Member Id not Found {

   "Error": {
       "Code": "error.business.RuleProcessingException.RecordNotFound",
       "Message": "Record Not Found"
   }

}

Personal tools