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": "c2a9a94d-b46c-46e8-8089-4a2e3185ca65",
"CompanyId": 2,
"Name": "sample string 3",
"Description": "sample string 4",
"IsDefault": true,
"ProductCatalogIds": [
"699f7b73-2d90-4752-95f5-d6fe9461f9e0",
"2c33c0c5-1bad-48dd-84aa-12752537285e"
],
"TaxMapping": {
"Id": "24114f2d-5f5f-483f-9fca-6df1ce09e3d5",
"CompanyId": 2,
"TaxCategory": "sample string 3",
"TaxCategoryId": "d81249d9-ae02-481a-9f5d-f1132e453fde",
"CorrelationId": "53fde905-0caf-4796-adfb-257501d08b17",
"TaxRateIds": [
"8b5aa38a-684d-4818-a715-8fa43ad91b84",
"2299bae5-6da9-4fb3-985f-51a8c67cbb44"
],
"TaxRates": [
{
"Id": "4d7b2e5f-aac3-4206-8c3c-ee1da3f504a5",
"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-02-08T04:16:40.416263+00:00",
"EndDateUtc": "2026-02-08T04:16:40.416263+00:00",
"IsActive": true
},
{
"Id": "4d7b2e5f-aac3-4206-8c3c-ee1da3f504a5",
"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-02-08T04:16:40.416263+00:00",
"EndDateUtc": "2026-02-08T04:16:40.416263+00:00",
"IsActive": true
}
]
}
},
{
"Id": "c2a9a94d-b46c-46e8-8089-4a2e3185ca65",
"CompanyId": 2,
"Name": "sample string 3",
"Description": "sample string 4",
"IsDefault": true,
"ProductCatalogIds": [
"699f7b73-2d90-4752-95f5-d6fe9461f9e0",
"2c33c0c5-1bad-48dd-84aa-12752537285e"
],
"TaxMapping": {
"Id": "24114f2d-5f5f-483f-9fca-6df1ce09e3d5",
"CompanyId": 2,
"TaxCategory": "sample string 3",
"TaxCategoryId": "d81249d9-ae02-481a-9f5d-f1132e453fde",
"CorrelationId": "53fde905-0caf-4796-adfb-257501d08b17",
"TaxRateIds": [
"8b5aa38a-684d-4818-a715-8fa43ad91b84",
"2299bae5-6da9-4fb3-985f-51a8c67cbb44"
],
"TaxRates": [
{
"Id": "4d7b2e5f-aac3-4206-8c3c-ee1da3f504a5",
"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-02-08T04:16:40.416263+00:00",
"EndDateUtc": "2026-02-08T04:16:40.416263+00:00",
"IsActive": true
},
{
"Id": "4d7b2e5f-aac3-4206-8c3c-ee1da3f504a5",
"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-02-08T04:16:40.416263+00:00",
"EndDateUtc": "2026-02-08T04:16:40.416263+00:00",
"IsActive": true
}
]
}
}
]