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": "b5cb60de-c424-4609-b7f0-23c296f8b24f",
"CompanyId": 2,
"Name": "sample string 3",
"Description": "sample string 4",
"IsDefault": true,
"ProductCatalogIds": [
"826b6c48-ef6f-49e8-81dd-0eda3a1800da",
"00c48f37-7de8-4f7b-a657-6d75eac29865"
],
"TaxMapping": {
"Id": "b5f9d9da-5aeb-4068-838d-4414656ab97a",
"CompanyId": 2,
"TaxCategory": "sample string 3",
"TaxCategoryId": "f5072fbd-42d9-4650-8947-a0e343dc31de",
"CorrelationId": "a379755a-b8e9-4235-a0a8-fa3c92b873b9",
"TaxRateIds": [
"53333315-e761-4613-95fa-1f1645f84a0d",
"e29451bf-c679-466c-a0b4-148208824a67"
],
"TaxRates": [
{
"Id": "ea1e7cd6-f30f-48ce-b6e3-4875a7d95ac9",
"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-15T00:37:31.0231352+00:00",
"EndDateUtc": "2026-04-15T00:37:31.0231352+00:00",
"IsActive": true
},
{
"Id": "ea1e7cd6-f30f-48ce-b6e3-4875a7d95ac9",
"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-15T00:37:31.0231352+00:00",
"EndDateUtc": "2026-04-15T00:37:31.0231352+00:00",
"IsActive": true
}
]
}
},
{
"Id": "b5cb60de-c424-4609-b7f0-23c296f8b24f",
"CompanyId": 2,
"Name": "sample string 3",
"Description": "sample string 4",
"IsDefault": true,
"ProductCatalogIds": [
"826b6c48-ef6f-49e8-81dd-0eda3a1800da",
"00c48f37-7de8-4f7b-a657-6d75eac29865"
],
"TaxMapping": {
"Id": "b5f9d9da-5aeb-4068-838d-4414656ab97a",
"CompanyId": 2,
"TaxCategory": "sample string 3",
"TaxCategoryId": "f5072fbd-42d9-4650-8947-a0e343dc31de",
"CorrelationId": "a379755a-b8e9-4235-a0a8-fa3c92b873b9",
"TaxRateIds": [
"53333315-e761-4613-95fa-1f1645f84a0d",
"e29451bf-c679-466c-a0b4-148208824a67"
],
"TaxRates": [
{
"Id": "ea1e7cd6-f30f-48ce-b6e3-4875a7d95ac9",
"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-15T00:37:31.0231352+00:00",
"EndDateUtc": "2026-04-15T00:37:31.0231352+00:00",
"IsActive": true
},
{
"Id": "ea1e7cd6-f30f-48ce-b6e3-4875a7d95ac9",
"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-15T00:37:31.0231352+00:00",
"EndDateUtc": "2026-04-15T00:37:31.0231352+00:00",
"IsActive": true
}
]
}
}
]