Submit a Ticket My Tickets
Welcome
Login  Sign up

[Account] ChangePassword (V2) - Affiliate

WSDL Page:  http://<your_domain_here>/affiliate/api/2/account.asmx?op=ChangePassword

 

Parameter Summary:

api_key / STRING = Affiliate API Key {See auth.asmx > Login}

affiliate_id / INT = Affiliate ID {See auth.asmx > Login}

contact_id / INT = Contact ID {See auth.asmx > Login}

password / STRING = Contact Old Password

new_password / STRING = Contact New Password

 

Parameter Types:

api_key - ID

affiliate_id - ID

contact_id - ID

password - ID

new_password - ASSIGNABLE

 

Sample GET Call:

https://demo.cakemarketing.com/affiliates/api/2/account.asmx/ChangePassword?api_key=WGdlFhziHLA&affiliate_id=5969&contact_id=3446&password=a069gsSDG9&new_password=a069gsSDG9A

 

Sample XML Response:

<change_password_response>
  <success>true</success>
  <message>Password Updated</message>
</change_password_response>

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.