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": "deb93a11-7d47-4686-8b9f-b82861ee22b3",
"CompanyId": 2,
"Name": "sample string 3",
"Description": "sample string 4",
"IsDefault": true,
"ProductCatalogIds": [
"a9c9c528-d2d0-4dfb-8596-0d1e50b29a84",
"5b8ee29c-e9ff-4998-9981-3668d5a011b9"
],
"TaxMapping": {
"Id": "2565d886-8488-4fa3-b43f-6e835e80872d",
"CompanyId": 2,
"TaxCategory": "sample string 3",
"TaxCategoryId": "11a6b963-bc83-4004-92cb-d1ad039753de",
"CorrelationId": "4132fba2-17e5-4853-a88a-4f3517d0bd0e",
"TaxRateIds": [
"5ac1d1c8-e765-4a6e-9624-35cd46fcebf7",
"a749c24f-3b30-4224-8ecc-4d5edd72d57d"
],
"TaxRates": [
{
"Id": "439200db-f501-46b1-bd0c-b9b4ea48e3c7",
"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-01T01:16:22.4749846+00:00",
"EndDateUtc": "2026-01-01T01:16:22.4749846+00:00",
"IsActive": true
},
{
"Id": "439200db-f501-46b1-bd0c-b9b4ea48e3c7",
"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-01T01:16:22.4749846+00:00",
"EndDateUtc": "2026-01-01T01:16:22.4749846+00:00",
"IsActive": true
}
]
}
},
{
"Id": "deb93a11-7d47-4686-8b9f-b82861ee22b3",
"CompanyId": 2,
"Name": "sample string 3",
"Description": "sample string 4",
"IsDefault": true,
"ProductCatalogIds": [
"a9c9c528-d2d0-4dfb-8596-0d1e50b29a84",
"5b8ee29c-e9ff-4998-9981-3668d5a011b9"
],
"TaxMapping": {
"Id": "2565d886-8488-4fa3-b43f-6e835e80872d",
"CompanyId": 2,
"TaxCategory": "sample string 3",
"TaxCategoryId": "11a6b963-bc83-4004-92cb-d1ad039753de",
"CorrelationId": "4132fba2-17e5-4853-a88a-4f3517d0bd0e",
"TaxRateIds": [
"5ac1d1c8-e765-4a6e-9624-35cd46fcebf7",
"a749c24f-3b30-4224-8ecc-4d5edd72d57d"
],
"TaxRates": [
{
"Id": "439200db-f501-46b1-bd0c-b9b4ea48e3c7",
"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-01T01:16:22.4749846+00:00",
"EndDateUtc": "2026-01-01T01:16:22.4749846+00:00",
"IsActive": true
},
{
"Id": "439200db-f501-46b1-bd0c-b9b4ea48e3c7",
"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-01T01:16:22.4749846+00:00",
"EndDateUtc": "2026-01-01T01:16:22.4749846+00:00",
"IsActive": true
}
]
}
}
]