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%"
}
]
}