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": "2138368e-cf4b-4e6c-9590-077f40ccb395",
"CompanyId": 2,
"Name": "sample string 3",
"Description": "sample string 4",
"IsDefault": true,
"ProductCatalogIds": [
"8b770a27-9659-45e7-a1a3-eb34967b6d29",
"d69a7844-46cf-4a60-b6b5-3d9dd145caa6"
],
"TaxMapping": {
"Id": "6db10b04-9b63-483a-8343-412609fd4533",
"CompanyId": 2,
"TaxCategory": "sample string 3",
"TaxCategoryId": "f239a3ff-03ae-451b-a8c2-989dc24d1d38",
"CorrelationId": "97b5b441-95b8-45e4-8626-518051bb5741",
"TaxRateIds": [
"68aa5a95-8cf7-42d5-9155-f543bdbb462c",
"6fe08c43-ecb7-4ad4-b038-2efe53ad966a"
],
"TaxRates": [
{
"Id": "736304fa-f8a4-4ebb-b4b5-acea1e9f694e",
"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-05-25T20:05:51.3201264+00:00",
"EndDateUtc": "2026-05-25T20:05:51.3201264+00:00",
"IsActive": true
},
{
"Id": "736304fa-f8a4-4ebb-b4b5-acea1e9f694e",
"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-05-25T20:05:51.3201264+00:00",
"EndDateUtc": "2026-05-25T20:05:51.3201264+00:00",
"IsActive": true
}
]
}
},
{
"Id": "2138368e-cf4b-4e6c-9590-077f40ccb395",
"CompanyId": 2,
"Name": "sample string 3",
"Description": "sample string 4",
"IsDefault": true,
"ProductCatalogIds": [
"8b770a27-9659-45e7-a1a3-eb34967b6d29",
"d69a7844-46cf-4a60-b6b5-3d9dd145caa6"
],
"TaxMapping": {
"Id": "6db10b04-9b63-483a-8343-412609fd4533",
"CompanyId": 2,
"TaxCategory": "sample string 3",
"TaxCategoryId": "f239a3ff-03ae-451b-a8c2-989dc24d1d38",
"CorrelationId": "97b5b441-95b8-45e4-8626-518051bb5741",
"TaxRateIds": [
"68aa5a95-8cf7-42d5-9155-f543bdbb462c",
"6fe08c43-ecb7-4ad4-b038-2efe53ad966a"
],
"TaxRates": [
{
"Id": "736304fa-f8a4-4ebb-b4b5-acea1e9f694e",
"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-05-25T20:05:51.3201264+00:00",
"EndDateUtc": "2026-05-25T20:05:51.3201264+00:00",
"IsActive": true
},
{
"Id": "736304fa-f8a4-4ebb-b4b5-acea1e9f694e",
"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-05-25T20:05:51.3201264+00:00",
"EndDateUtc": "2026-05-25T20:05:51.3201264+00:00",
"IsActive": true
}
]
}
}
]