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": "693d6bf2-3a06-42cf-8f4d-9f7309f025e2",
"CompanyId": 2,
"Name": "sample string 3",
"Description": "sample string 4",
"IsDefault": true,
"ProductCatalogIds": [
"fb95774e-c2e2-4366-8f80-11dffd4c29d4",
"8437fe16-8cdb-4936-8e7d-ec099b86e57a"
],
"TaxMapping": {
"Id": "a4c9d6b4-0838-403b-bd28-6d2216a814cd",
"CompanyId": 2,
"TaxCategory": "sample string 3",
"TaxCategoryId": "1c295eac-a2b3-4b45-a7eb-3c2999719c6c",
"CorrelationId": "f3d43667-897c-4c2e-8ea9-bc3ab0496334",
"TaxRateIds": [
"64863892-4ff3-4bed-bac2-3c45fa0cdf31",
"522fe232-15f5-4ad0-944a-2754674fdf49"
],
"TaxRates": [
{
"Id": "fb685d8a-ba3c-46c3-b7e0-4a3b9aa2d9ff",
"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-04-13T07:48:02.9521203+00:00",
"EndDateUtc": "2026-04-13T07:48:02.9521203+00:00",
"IsActive": true
},
{
"Id": "fb685d8a-ba3c-46c3-b7e0-4a3b9aa2d9ff",
"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-04-13T07:48:02.9521203+00:00",
"EndDateUtc": "2026-04-13T07:48:02.9521203+00:00",
"IsActive": true
}
]
}
},
{
"Id": "693d6bf2-3a06-42cf-8f4d-9f7309f025e2",
"CompanyId": 2,
"Name": "sample string 3",
"Description": "sample string 4",
"IsDefault": true,
"ProductCatalogIds": [
"fb95774e-c2e2-4366-8f80-11dffd4c29d4",
"8437fe16-8cdb-4936-8e7d-ec099b86e57a"
],
"TaxMapping": {
"Id": "a4c9d6b4-0838-403b-bd28-6d2216a814cd",
"CompanyId": 2,
"TaxCategory": "sample string 3",
"TaxCategoryId": "1c295eac-a2b3-4b45-a7eb-3c2999719c6c",
"CorrelationId": "f3d43667-897c-4c2e-8ea9-bc3ab0496334",
"TaxRateIds": [
"64863892-4ff3-4bed-bac2-3c45fa0cdf31",
"522fe232-15f5-4ad0-944a-2754674fdf49"
],
"TaxRates": [
{
"Id": "fb685d8a-ba3c-46c3-b7e0-4a3b9aa2d9ff",
"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-04-13T07:48:02.9521203+00:00",
"EndDateUtc": "2026-04-13T07:48:02.9521203+00:00",
"IsActive": true
},
{
"Id": "fb685d8a-ba3c-46c3-b7e0-4a3b9aa2d9ff",
"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-04-13T07:48:02.9521203+00:00",
"EndDateUtc": "2026-04-13T07:48:02.9521203+00:00",
"IsActive": true
}
]
}
}
]