ChangePassword

From ePrize Developers Wiki

Revision as of 22:19, 29 June 2016 by Jon-matthews (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

Summary

Changes a users password for accessing the loyalty program

Resource

POST api/v1/changePassword

Parameters

  • memberId
  • password

Example Request Body:

   {
       "memberId": 278000000118
       "password": "Passw0rd1"
   }

Example Response: Success

   {
        "success": true
    }

Example Response: Member Id not Found

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