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": "e88c9e24-7bb2-47de-b00a-ba76667ed43f",
"CompanyId": 2,
"Name": "sample string 3",
"Description": "sample string 4",
"IsDefault": true,
"ProductCatalogIds": [
"969c3206-fb53-49b0-8783-d549ee96bd28",
"d95b590f-fe1a-489d-8666-785b952d561d"
],
"TaxMapping": {
"Id": "46139910-b17a-439c-983c-84673109b9a9",
"CompanyId": 2,
"TaxCategory": "sample string 3",
"TaxCategoryId": "21df9510-46ef-46c4-aac6-02f6631f82c2",
"CorrelationId": "9495050c-4feb-4bbd-b6c1-8dd9b19bf62d",
"TaxRateIds": [
"882615a4-c82d-4f7a-91ed-7dcf57c1fe11",
"eed16792-e565-4b11-af61-270de66f88cb"
],
"TaxRates": [
{
"Id": "50d26511-eeb7-4e33-a356-70a46fdf55b5",
"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": "2025-12-08T06:27:12.5303012+00:00",
"EndDateUtc": "2025-12-08T06:27:12.5303012+00:00",
"IsActive": true
},
{
"Id": "50d26511-eeb7-4e33-a356-70a46fdf55b5",
"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": "2025-12-08T06:27:12.5303012+00:00",
"EndDateUtc": "2025-12-08T06:27:12.5303012+00:00",
"IsActive": true
}
]
}
},
{
"Id": "e88c9e24-7bb2-47de-b00a-ba76667ed43f",
"CompanyId": 2,
"Name": "sample string 3",
"Description": "sample string 4",
"IsDefault": true,
"ProductCatalogIds": [
"969c3206-fb53-49b0-8783-d549ee96bd28",
"d95b590f-fe1a-489d-8666-785b952d561d"
],
"TaxMapping": {
"Id": "46139910-b17a-439c-983c-84673109b9a9",
"CompanyId": 2,
"TaxCategory": "sample string 3",
"TaxCategoryId": "21df9510-46ef-46c4-aac6-02f6631f82c2",
"CorrelationId": "9495050c-4feb-4bbd-b6c1-8dd9b19bf62d",
"TaxRateIds": [
"882615a4-c82d-4f7a-91ed-7dcf57c1fe11",
"eed16792-e565-4b11-af61-270de66f88cb"
],
"TaxRates": [
{
"Id": "50d26511-eeb7-4e33-a356-70a46fdf55b5",
"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": "2025-12-08T06:27:12.5303012+00:00",
"EndDateUtc": "2025-12-08T06:27:12.5303012+00:00",
"IsActive": true
},
{
"Id": "50d26511-eeb7-4e33-a356-70a46fdf55b5",
"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": "2025-12-08T06:27:12.5303012+00:00",
"EndDateUtc": "2025-12-08T06:27:12.5303012+00:00",
"IsActive": true
}
]
}
}
]