Submit a Ticket My Tickets
Welcome
Login  Sign up

[Account] ChangeVerticalCategories (V2) - Affiliate

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

 

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_vertical_category_ids / INT (unsignedByte) = New Vertical Category IDs [can be comma-separated] {See get.asmx > GetVerticalCategories}

 

Parameter Types:

api_key - ID

affiliate_id - ID

contact_id - ID

new_vertical_category_ids - ASSIGNABLE

 

Sample GET Call:

https://demo.cakemarketing.com/affiliates/api/2/account.asmx/ChangeVerticalCategories?api_key=OIohoAIOxMHZeo7EjB2IQg&affiliate_id=5969&contact_id=3446&new_vertical_category_ids=1%2C2%2C4

 

Sample XML Response:

<change_vertical_category_response>
  <success>true</success>
  <message>Update Request Submitted</message>
</change_vertical_category_response>

Did you find it helpful? Yes No

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