Retrieve a list of tax types needed to report taxes on a sale.
OK
Bad Request
{- "results": {
- "type": "array",
- "data": [
- {
- "id": "KOMTAX0001",
- "name": "Sales Tax"
}, - {
- "id": "KOMTAX0002",
- "name": "Excise Tax"
}, - {
- "id": "KOMTAX0003",
- "name": "Other Tax"
}, - {
- "id": "KOMTAX0004",
- "name": "City Tax"
}, - {
- "id": "KOMTAX0005",
- "name": "County Tax"
}, - {
- "id": "KOMTAX0006",
- "name": "Municipal Tax"
}
]
}, - "warnings": [ ]
}