The following JSON adds a sales tax to a company.
{ "code":3, "name":"3", "rate":"13", "glAccount":"21400", "glCreditAccount":"21410", "shortName":"HST", "usePartial":true, "partialRate":null }
Sales taxes are added using the following endpoint
https://localhost:10880/api/v1/companies/SuperCo/sales_taxes/
Spire A Developer
The following JSON adds a sales tax to a company.
Sales taxes are added using the following endpoint
https://localhost:10880/api/v1/companies/SuperCo/sales_taxes/
1 person likes this idea