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": "95512761-2383-46a6-ae70-0c0c200ac24a",
"CompanyId": 2,
"Name": "sample string 3",
"Description": "sample string 4",
"IsDefault": true,
"ProductCatalogIds": [
"f8a74555-32dc-402b-8fca-fd2843684908",
"36b1ae00-3921-40ca-bf7d-8a0c2b2fe0d1"
],
"TaxMapping": {
"Id": "5e3124ef-ae1e-4b50-97c5-4721d27eeb52",
"CompanyId": 2,
"TaxCategory": "sample string 3",
"TaxCategoryId": "c0f4611b-1acc-46a1-8e79-686c47de16d5",
"CorrelationId": "826aacc4-a7c7-4f12-8577-2fffe29587fc",
"TaxRateIds": [
"0f7b6452-f42b-41ad-87be-51c16ac058b7",
"80a5e0cd-075d-4d06-9d3b-cad8877d9f9a"
],
"TaxRates": [
{
"Id": "e9a136d5-188c-404a-8cdc-260af7147f3a",
"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-08-16T09:24:51.48326+00:00",
"EndDateUtc": "2026-08-16T09:24:51.48326+00:00",
"IsActive": true
},
{
"Id": "e9a136d5-188c-404a-8cdc-260af7147f3a",
"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-08-16T09:24:51.48326+00:00",
"EndDateUtc": "2026-08-16T09:24:51.48326+00:00",
"IsActive": true
}
]
}
},
{
"Id": "95512761-2383-46a6-ae70-0c0c200ac24a",
"CompanyId": 2,
"Name": "sample string 3",
"Description": "sample string 4",
"IsDefault": true,
"ProductCatalogIds": [
"f8a74555-32dc-402b-8fca-fd2843684908",
"36b1ae00-3921-40ca-bf7d-8a0c2b2fe0d1"
],
"TaxMapping": {
"Id": "5e3124ef-ae1e-4b50-97c5-4721d27eeb52",
"CompanyId": 2,
"TaxCategory": "sample string 3",
"TaxCategoryId": "c0f4611b-1acc-46a1-8e79-686c47de16d5",
"CorrelationId": "826aacc4-a7c7-4f12-8577-2fffe29587fc",
"TaxRateIds": [
"0f7b6452-f42b-41ad-87be-51c16ac058b7",
"80a5e0cd-075d-4d06-9d3b-cad8877d9f9a"
],
"TaxRates": [
{
"Id": "e9a136d5-188c-404a-8cdc-260af7147f3a",
"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-08-16T09:24:51.48326+00:00",
"EndDateUtc": "2026-08-16T09:24:51.48326+00:00",
"IsActive": true
},
{
"Id": "e9a136d5-188c-404a-8cdc-260af7147f3a",
"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-08-16T09:24:51.48326+00:00",
"EndDateUtc": "2026-08-16T09:24:51.48326+00:00",
"IsActive": true
}
]
}
}
]