Returns the full list of tax codes.
Optional. Provided as an alternative to flat file delivery of tax code data. Charge codes, accruals, and charge lines reference tax codes by external_id.
Security
OAuth2.0-Partner or Bearer-Token-Partner
- Mock serverhttps://apidocs.bravotran.com/_mock/openapi/tax-codes
- https://api.yourserver.comhttps://api.yourserver.com/tax-codes
- OAuth2.0-Partner
- Bearer-Token-Partner
curl -i -X GET \
https://apidocs.bravotran.com/_mock/openapi/tax-codes \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'List of tax codes.
Array []
Tax rate percentage between 0.0 and 100.0 (e.g., 10.0 for 10% GST).
Response
[ { "external_id": "3c01e205-aecd-4d34-ac19-fe4dea96a195", "updated_at": "2024-07-02T09:15:33Z", "code": "GST", "description": "Goods and services tax (10%)", "tax_rate": 10, "is_active": true }, { "external_id": "940dca09-88d4-403e-be23-79a23d37fffd", "updated_at": "2024-07-02T09:15:33Z", "code": "FRE", "description": "GST free", "tax_rate": 0, "is_active": true } ]