Chapter 5.4.3 - Tax Type Data

Tax Type Data

The TaxTypeData object contains a list of tax type information for the requested tax type:

Key Value
TaxType [int] Tax Type ID
CategoryType [int] Category ID
TaxDescription [string] Tax Type Description
CategoryDescription [string] Category Description

Example

[
{
"TaxType": 1,
"CategoryType": 1,
"TaxDescription": "Sales Tax",
"CategoryDescription": "SALES AND USE TAXES"
}
]