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": "3af38f20-a8f6-478a-9b3d-3f3eaab6f36c",
"CompanyId": 2,
"Name": "sample string 3",
"Description": "sample string 4",
"IsDefault": true,
"ProductCatalogIds": [
"492eef66-2cd7-43cb-a711-9739670bf43d",
"d9b7610e-8f93-4680-8378-8e41c252af01"
],
"TaxMapping": {
"Id": "5d52519c-7bc4-44a9-9ffc-d1fabd76b881",
"CompanyId": 2,
"TaxCategory": "sample string 3",
"TaxCategoryId": "0e3e260a-815d-4aab-bccc-d7497bf632b0",
"CorrelationId": "3b0dffe5-fc13-4432-b7bf-d8d265475488",
"TaxRateIds": [
"a9e143ff-dfa0-4c2a-9918-ddda2bb196c7",
"68b9f405-827b-4d64-ad13-d2c358a077e5"
],
"TaxRates": [
{
"Id": "957a542d-d876-442e-8f38-e552b5f9a97d",
"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-05-05T14:42:32.5783026+00:00",
"EndDateUtc": "2026-05-05T14:42:32.5783026+00:00",
"IsActive": true
},
{
"Id": "957a542d-d876-442e-8f38-e552b5f9a97d",
"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-05-05T14:42:32.5783026+00:00",
"EndDateUtc": "2026-05-05T14:42:32.5783026+00:00",
"IsActive": true
}
]
}
},
{
"Id": "3af38f20-a8f6-478a-9b3d-3f3eaab6f36c",
"CompanyId": 2,
"Name": "sample string 3",
"Description": "sample string 4",
"IsDefault": true,
"ProductCatalogIds": [
"492eef66-2cd7-43cb-a711-9739670bf43d",
"d9b7610e-8f93-4680-8378-8e41c252af01"
],
"TaxMapping": {
"Id": "5d52519c-7bc4-44a9-9ffc-d1fabd76b881",
"CompanyId": 2,
"TaxCategory": "sample string 3",
"TaxCategoryId": "0e3e260a-815d-4aab-bccc-d7497bf632b0",
"CorrelationId": "3b0dffe5-fc13-4432-b7bf-d8d265475488",
"TaxRateIds": [
"a9e143ff-dfa0-4c2a-9918-ddda2bb196c7",
"68b9f405-827b-4d64-ad13-d2c358a077e5"
],
"TaxRates": [
{
"Id": "957a542d-d876-442e-8f38-e552b5f9a97d",
"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-05-05T14:42:32.5783026+00:00",
"EndDateUtc": "2026-05-05T14:42:32.5783026+00:00",
"IsActive": true
},
{
"Id": "957a542d-d876-442e-8f38-e552b5f9a97d",
"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-05-05T14:42:32.5783026+00:00",
"EndDateUtc": "2026-05-05T14:42:32.5783026+00:00",
"IsActive": true
}
]
}
}
]