Submit a Ticket My Tickets
Welcome
Login  Sign up

[Account] GetTaxClasses (V2) - Affiliate

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

 

Parameter Summary:

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

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

 

Parameter Types:

api_key - ID

affiliate_id - ID

 

Sample GET Call:

https://demo.cakemarketing.com/affiliates/api/2/account.asmx/GetTaxClasses?api_key=OIohoAIOxMHZeo7EjB2IQg&affiliate_id=5969

 

Sample XML Response:

<tax_class_response>
  <success>true</success>
  <row_count>4</row_count>
  <tax_classes>
    <tax_class>
      <class_name>Corporation</class_name>
    </tax_class>
    <tax_class>
      <class_name>Individual / Sole Proprietor</class_name>
    </tax_class>
    <tax_class>
      <class_name>Partners / LLC / LLP</class_name>
    </tax_class>
    <tax_class>
      <class_name>Other</class_name>
    </tax_class>
  </tax_classes>
</tax_class_response>

Did you find it helpful? Yes No

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