GET/POST /public/api/gettaxlist

Description

Get a simple list of taxes

Usage

Request body: { "APIkey": "Company_APIkey" } Response: 200 OK Response body: { "Countries": [ { "ID": "123", "TaxTitle": "TaxTitle" } ] }