[Account] GetTaxClasses (V2) - Affiliate

[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=YOUR_API_KEY&affiliate_id=YOUR_AFFILIATE_ID


Sample XML Response:

<tax_classes>
  <tax_class>
    <tax_class_id>1</tax_class_id>
    <tax_class_name>W9</tax_class_name>
  </tax_class>
  <tax_class>
    <tax_class_id>2</tax_class_id>
    <tax_class_name>W8-BEN</tax_class_name>
  </tax_class>
</tax_classes>

If you have any questions, please reach out to your dedicated CAKE Client Success Manager/Account Manager or contact the CAKE Support Team at support@getCAKE.com.

Did you find it helpful? Yes No

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