Submit a Ticket My Tickets
Welcome
Login  Sign up

[Account] ChangeLanguage (V2) - Affiliate

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

 

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}

new_language_id / INT (unsignedByte) = New Language ID {See account.asmx > GetLanguages}

 

Parameter Types:

api_key - ID

affiliate_id - ID

contact_id - ID

new_language_id - ASSIGNABLE

 

Sample GET Call:

https://demo.cakemarketing.com/affiliates/api/2/account.asmx/ChangeLanguage?api_key=WGdlFhziHLA&affiliate_id=5969&contact_id=3446&new_language_id=31

 

Sample XML Response:

<change_language_response>
  <success>true</success>
  <message>Language Updated</message>
</change_language_response>

Did you find it helpful? Yes No

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