Start a new topic

Add a sales tax

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/


1 person likes this idea
Login or Signup to post a comment