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:
Sample XML Response:
<change_vertical_category_response>
<success>true</success>
<message>Update Request Submitted</message>
</change_vertical_category_response>