Tax Type

  • Updated

Tax Type


GET /v2/catalogue/getTaxTypes?includeInactive=true

Returns a list of tax types.


Parameter
includeInactive    Boolean

true if you would like to include inactive results as well, false otherwise.


Response:

Returns a list of tax types satisfying the search criteria.

{
   "success": true,
   "result": [{
         "TaxPercentage": 0,
         "Position": 3,
         "TaxIncluded": true,
         "Inactive": false,
         "Id": 100006422,
         "Name": "GST - Zero Rated"
      },
      {
         "TaxPercentage": 10,
         "Position": 9,
         "TaxIncluded": true,
         "Inactive": false,
         "Id": 100006421,
         "Name": "SeedTaxIncl3"
      },
      {
         "TaxPercentage": 11,
         "Position": 10,
         "TaxIncluded": true,
         "Inactive": false,
         "Id": 27,
         "Name": "GST - Standard 10%"
      },
      {
         "TaxPercentage": 0,
         "Position": 11,
         "TaxIncluded": false,
         "Inactive": false,
         "Id": 28,
         "Name": "(no tax) internal only"
      },
      {
         "TaxPercentage": 0,
         "Position": 12,
         "TaxIncluded": true,
         "Inactive": false,
         "Id": 100006426,
         "Name": "GST - Exempt"
      },
      {
         "TaxPercentage": 10,
         "Position": 13,
         "TaxIncluded": true,
         "Inactive": false,
         "Id": 26,
         "Name": "GST - Included 10%"
      }
   ]
}
       

Was this article helpful?

Have more questions? Submit a request