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": "2bf2216f-05b5-48c7-9da3-19f0594c694b",
"CompanyId": 2,
"Name": "sample string 3",
"Description": "sample string 4",
"IsDefault": true,
"ProductCatalogIds": [
"78478c56-a8bb-45d3-8fa4-9043f0472e10",
"55610fdb-4723-4281-a1df-d556d156c144"
],
"TaxMapping": {
"Id": "9dea58bc-fe78-473d-adc8-8f6ada7d2c3c",
"CompanyId": 2,
"TaxCategory": "sample string 3",
"TaxCategoryId": "30a04060-c126-451b-8d59-5d6eeb0fec7c",
"CorrelationId": "2442ac72-f68b-4254-ac61-c63d1d4a3b63",
"TaxRateIds": [
"c200e2e6-a2a3-4d76-95d7-ae8f9d3efcfb",
"25a02ac9-bbc8-4457-8014-84069d031de3"
],
"TaxRates": [
{
"Id": "cf62c988-8937-4a81-95b0-49f39257e791",
"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-09-05T09:46:44.4022358+00:00",
"EndDateUtc": "2026-09-05T09:46:44.4022358+00:00",
"IsActive": true
},
{
"Id": "cf62c988-8937-4a81-95b0-49f39257e791",
"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-09-05T09:46:44.4022358+00:00",
"EndDateUtc": "2026-09-05T09:46:44.4022358+00:00",
"IsActive": true
}
]
}
},
{
"Id": "2bf2216f-05b5-48c7-9da3-19f0594c694b",
"CompanyId": 2,
"Name": "sample string 3",
"Description": "sample string 4",
"IsDefault": true,
"ProductCatalogIds": [
"78478c56-a8bb-45d3-8fa4-9043f0472e10",
"55610fdb-4723-4281-a1df-d556d156c144"
],
"TaxMapping": {
"Id": "9dea58bc-fe78-473d-adc8-8f6ada7d2c3c",
"CompanyId": 2,
"TaxCategory": "sample string 3",
"TaxCategoryId": "30a04060-c126-451b-8d59-5d6eeb0fec7c",
"CorrelationId": "2442ac72-f68b-4254-ac61-c63d1d4a3b63",
"TaxRateIds": [
"c200e2e6-a2a3-4d76-95d7-ae8f9d3efcfb",
"25a02ac9-bbc8-4457-8014-84069d031de3"
],
"TaxRates": [
{
"Id": "cf62c988-8937-4a81-95b0-49f39257e791",
"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-09-05T09:46:44.4022358+00:00",
"EndDateUtc": "2026-09-05T09:46:44.4022358+00:00",
"IsActive": true
},
{
"Id": "cf62c988-8937-4a81-95b0-49f39257e791",
"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-09-05T09:46:44.4022358+00:00",
"EndDateUtc": "2026-09-05T09:46:44.4022358+00:00",
"IsActive": true
}
]
}
}
]