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:
Sample XML Response:
<change_password_response>
<success>true</success>
<message>Password Updated</message>
</change_password_response>