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": "95088000-e45d-4118-899d-571f6023d45e",
"CompanyId": 2,
"Name": "sample string 3",
"Description": "sample string 4",
"IsDefault": true,
"ProductCatalogIds": [
"5811ba6a-4bde-4afe-98ad-275b73dae999",
"6b880cf6-6b6f-429a-90c3-9acf0bbd54c4"
],
"TaxMapping": {
"Id": "66586027-eb10-4817-b905-e0b996b19c2a",
"CompanyId": 2,
"TaxCategory": "sample string 3",
"TaxCategoryId": "1792e6b8-0ed3-4e73-a7a0-fa9287fbecf2",
"CorrelationId": "90994d4e-9565-4e67-bf9b-94b88ba0e36c",
"TaxRateIds": [
"4598904a-f8e1-4fc8-a539-fd621fc32943",
"30b749e4-e641-49df-953f-6160ef1f5ba8"
],
"TaxRates": [
{
"Id": "44d19731-6067-475c-bfac-441e5f625b2b",
"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-15T01:36:39.7466158+00:00",
"EndDateUtc": "2026-04-15T01:36:39.7466158+00:00",
"IsActive": true
},
{
"Id": "44d19731-6067-475c-bfac-441e5f625b2b",
"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-15T01:36:39.7466158+00:00",
"EndDateUtc": "2026-04-15T01:36:39.7466158+00:00",
"IsActive": true
}
]
}
},
{
"Id": "95088000-e45d-4118-899d-571f6023d45e",
"CompanyId": 2,
"Name": "sample string 3",
"Description": "sample string 4",
"IsDefault": true,
"ProductCatalogIds": [
"5811ba6a-4bde-4afe-98ad-275b73dae999",
"6b880cf6-6b6f-429a-90c3-9acf0bbd54c4"
],
"TaxMapping": {
"Id": "66586027-eb10-4817-b905-e0b996b19c2a",
"CompanyId": 2,
"TaxCategory": "sample string 3",
"TaxCategoryId": "1792e6b8-0ed3-4e73-a7a0-fa9287fbecf2",
"CorrelationId": "90994d4e-9565-4e67-bf9b-94b88ba0e36c",
"TaxRateIds": [
"4598904a-f8e1-4fc8-a539-fd621fc32943",
"30b749e4-e641-49df-953f-6160ef1f5ba8"
],
"TaxRates": [
{
"Id": "44d19731-6067-475c-bfac-441e5f625b2b",
"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-15T01:36:39.7466158+00:00",
"EndDateUtc": "2026-04-15T01:36:39.7466158+00:00",
"IsActive": true
},
{
"Id": "44d19731-6067-475c-bfac-441e5f625b2b",
"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-15T01:36:39.7466158+00:00",
"EndDateUtc": "2026-04-15T01:36:39.7466158+00:00",
"IsActive": true
}
]
}
}
]