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": "19f044fc-6a72-4520-a47f-d1327c50a8e4",
"CompanyId": 2,
"Name": "sample string 3",
"Description": "sample string 4",
"IsDefault": true,
"ProductCatalogIds": [
"7f2b1584-37c6-4ef7-8a9f-19b0fee7862f",
"3124fb7f-0ff0-4a87-ac86-07907b5cab3f"
],
"TaxMapping": {
"Id": "b103a834-0e03-472d-9887-8d627fd0f135",
"CompanyId": 2,
"TaxCategory": "sample string 3",
"TaxCategoryId": "412f5bb5-e390-4429-ad9c-11325034c9ca",
"CorrelationId": "5216beaa-4c39-4238-a078-e7dab1d42e75",
"TaxRateIds": [
"1d14ca50-d9f2-427f-9285-50cab1ca7c57",
"d1e54ee1-7421-43c8-8e31-185be19d4bcf"
],
"TaxRates": [
{
"Id": "cfd04582-3dae-4060-948d-2cbabf217b3b",
"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-11T16:50:22.4681951+00:00",
"EndDateUtc": "2026-04-11T16:50:22.4681951+00:00",
"IsActive": true
},
{
"Id": "cfd04582-3dae-4060-948d-2cbabf217b3b",
"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-11T16:50:22.4681951+00:00",
"EndDateUtc": "2026-04-11T16:50:22.4681951+00:00",
"IsActive": true
}
]
}
},
{
"Id": "19f044fc-6a72-4520-a47f-d1327c50a8e4",
"CompanyId": 2,
"Name": "sample string 3",
"Description": "sample string 4",
"IsDefault": true,
"ProductCatalogIds": [
"7f2b1584-37c6-4ef7-8a9f-19b0fee7862f",
"3124fb7f-0ff0-4a87-ac86-07907b5cab3f"
],
"TaxMapping": {
"Id": "b103a834-0e03-472d-9887-8d627fd0f135",
"CompanyId": 2,
"TaxCategory": "sample string 3",
"TaxCategoryId": "412f5bb5-e390-4429-ad9c-11325034c9ca",
"CorrelationId": "5216beaa-4c39-4238-a078-e7dab1d42e75",
"TaxRateIds": [
"1d14ca50-d9f2-427f-9285-50cab1ca7c57",
"d1e54ee1-7421-43c8-8e31-185be19d4bcf"
],
"TaxRates": [
{
"Id": "cfd04582-3dae-4060-948d-2cbabf217b3b",
"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-11T16:50:22.4681951+00:00",
"EndDateUtc": "2026-04-11T16:50:22.4681951+00:00",
"IsActive": true
},
{
"Id": "cfd04582-3dae-4060-948d-2cbabf217b3b",
"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-11T16:50:22.4681951+00:00",
"EndDateUtc": "2026-04-11T16:50:22.4681951+00:00",
"IsActive": true
}
]
}
}
]