GET v1/Companies({CompanyId})/TaxCategories
Returns all Tax Categories for a Company
Information:
Base URL:
https://api.covasoft.net/taxes
Example of a call would be:
https://api.covasoft.net/taxes/v1/Companies({CompanyId})/TaxCategories
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyId |
The unique Company Id that was provided in your onboarding pacakage |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
All the Tax Categories for a Company
Collection of TaxCategory| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| CompanyId | integer |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| IsDefault | boolean |
None. |
|
| ProductCatalogIds | Collection of globally unique identifier |
None. |
|
| TaxMapping | TaxMapping |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "eee5729d-dfe5-4281-abaa-0e8490e40f3d",
"CompanyId": 2,
"Name": "sample string 3",
"Description": "sample string 4",
"IsDefault": true,
"ProductCatalogIds": [
"c9bc934e-a953-4a5e-b076-4c51883ebce4",
"3d805bd8-b31c-44d6-bdea-1682f41c7cd0"
],
"TaxMapping": {
"Id": "63dd5b44-ff26-4d90-ae62-82694808ddf5",
"CompanyId": 2,
"TaxCategory": "sample string 3",
"TaxCategoryId": "0a9f27f8-6ef4-4b60-9695-f2ae5c559a39",
"CorrelationId": "30ce887f-7604-484c-b30e-952ba6bc8f36",
"TaxRateIds": [
"255db017-4fb2-4d4b-a7ab-f8dffb1ccf87",
"d8f55d88-c495-4c63-a694-2f88eb7fffce"
],
"TaxRates": [
{
"Id": "cd5e27d8-7701-44f0-832a-e05a3ec46a81",
"CompanyId": 2,
"Name": "sample string 3",
"DisplayName": "sample string 4",
"Description": "sample string 5",
"Rate": 6.1,
"TaxRateType": "sample string 7",
"TaxCalculatedOn": "sample string 8",
"Layer": 9,
"StartDateUtc": "2026-01-28T16:54:32.0420579+00:00",
"EndDateUtc": "2026-01-28T16:54:32.0420579+00:00",
"IsActive": true
},
{
"Id": "cd5e27d8-7701-44f0-832a-e05a3ec46a81",
"CompanyId": 2,
"Name": "sample string 3",
"DisplayName": "sample string 4",
"Description": "sample string 5",
"Rate": 6.1,
"TaxRateType": "sample string 7",
"TaxCalculatedOn": "sample string 8",
"Layer": 9,
"StartDateUtc": "2026-01-28T16:54:32.0420579+00:00",
"EndDateUtc": "2026-01-28T16:54:32.0420579+00:00",
"IsActive": true
}
]
}
},
{
"Id": "eee5729d-dfe5-4281-abaa-0e8490e40f3d",
"CompanyId": 2,
"Name": "sample string 3",
"Description": "sample string 4",
"IsDefault": true,
"ProductCatalogIds": [
"c9bc934e-a953-4a5e-b076-4c51883ebce4",
"3d805bd8-b31c-44d6-bdea-1682f41c7cd0"
],
"TaxMapping": {
"Id": "63dd5b44-ff26-4d90-ae62-82694808ddf5",
"CompanyId": 2,
"TaxCategory": "sample string 3",
"TaxCategoryId": "0a9f27f8-6ef4-4b60-9695-f2ae5c559a39",
"CorrelationId": "30ce887f-7604-484c-b30e-952ba6bc8f36",
"TaxRateIds": [
"255db017-4fb2-4d4b-a7ab-f8dffb1ccf87",
"d8f55d88-c495-4c63-a694-2f88eb7fffce"
],
"TaxRates": [
{
"Id": "cd5e27d8-7701-44f0-832a-e05a3ec46a81",
"CompanyId": 2,
"Name": "sample string 3",
"DisplayName": "sample string 4",
"Description": "sample string 5",
"Rate": 6.1,
"TaxRateType": "sample string 7",
"TaxCalculatedOn": "sample string 8",
"Layer": 9,
"StartDateUtc": "2026-01-28T16:54:32.0420579+00:00",
"EndDateUtc": "2026-01-28T16:54:32.0420579+00:00",
"IsActive": true
},
{
"Id": "cd5e27d8-7701-44f0-832a-e05a3ec46a81",
"CompanyId": 2,
"Name": "sample string 3",
"DisplayName": "sample string 4",
"Description": "sample string 5",
"Rate": 6.1,
"TaxRateType": "sample string 7",
"TaxCalculatedOn": "sample string 8",
"Layer": 9,
"StartDateUtc": "2026-01-28T16:54:32.0420579+00:00",
"EndDateUtc": "2026-01-28T16:54:32.0420579+00:00",
"IsActive": true
}
]
}
}
]