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": "5ac476a0-b4f8-43d2-a7d5-3e7bfa97afd0",
"CompanyId": 2,
"Name": "sample string 3",
"Description": "sample string 4",
"IsDefault": true,
"ProductCatalogIds": [
"1bae2ba3-a404-42ec-947f-9f17012c5d39",
"80376d44-0341-434a-a334-89c7b2b8b9f3"
],
"TaxMapping": {
"Id": "501766af-c9ed-48a0-8e1e-f5a04af08cde",
"CompanyId": 2,
"TaxCategory": "sample string 3",
"TaxCategoryId": "69f5fc06-6cb1-4a8c-acf5-874183fed20c",
"CorrelationId": "899d752b-87e2-4d01-bbf8-99caa7e67e9b",
"TaxRateIds": [
"555f5f75-d173-4046-9696-a315c9d0e07b",
"764e8394-e352-4758-94d9-40f4f3d23e07"
],
"TaxRates": [
{
"Id": "7e5a8e10-7c7d-4bea-b890-54114d859915",
"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-07-06T19:37:28.6471579+00:00",
"EndDateUtc": "2026-07-06T19:37:28.6471579+00:00",
"IsActive": true
},
{
"Id": "7e5a8e10-7c7d-4bea-b890-54114d859915",
"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-07-06T19:37:28.6471579+00:00",
"EndDateUtc": "2026-07-06T19:37:28.6471579+00:00",
"IsActive": true
}
]
}
},
{
"Id": "5ac476a0-b4f8-43d2-a7d5-3e7bfa97afd0",
"CompanyId": 2,
"Name": "sample string 3",
"Description": "sample string 4",
"IsDefault": true,
"ProductCatalogIds": [
"1bae2ba3-a404-42ec-947f-9f17012c5d39",
"80376d44-0341-434a-a334-89c7b2b8b9f3"
],
"TaxMapping": {
"Id": "501766af-c9ed-48a0-8e1e-f5a04af08cde",
"CompanyId": 2,
"TaxCategory": "sample string 3",
"TaxCategoryId": "69f5fc06-6cb1-4a8c-acf5-874183fed20c",
"CorrelationId": "899d752b-87e2-4d01-bbf8-99caa7e67e9b",
"TaxRateIds": [
"555f5f75-d173-4046-9696-a315c9d0e07b",
"764e8394-e352-4758-94d9-40f4f3d23e07"
],
"TaxRates": [
{
"Id": "7e5a8e10-7c7d-4bea-b890-54114d859915",
"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-07-06T19:37:28.6471579+00:00",
"EndDateUtc": "2026-07-06T19:37:28.6471579+00:00",
"IsActive": true
},
{
"Id": "7e5a8e10-7c7d-4bea-b890-54114d859915",
"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-07-06T19:37:28.6471579+00:00",
"EndDateUtc": "2026-07-06T19:37:28.6471579+00:00",
"IsActive": true
}
]
}
}
]