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": "109d2f26-abff-42e3-ac7a-a6208104a80e",
"CompanyId": 2,
"Name": "sample string 3",
"Description": "sample string 4",
"IsDefault": true,
"ProductCatalogIds": [
"abb0f6b8-f16c-41ad-89d9-8720b2d82da0",
"78c1c1af-e153-4fae-b85b-b2c787c478aa"
],
"TaxMapping": {
"Id": "1b92924f-7444-401e-9230-88b117bd56bb",
"CompanyId": 2,
"TaxCategory": "sample string 3",
"TaxCategoryId": "1e91ee24-a27f-478e-a8bb-590bddcd38fd",
"CorrelationId": "387d58c0-0765-445e-a83a-9cfe747ad74d",
"TaxRateIds": [
"dd6b3d16-53bc-4b7d-b2d0-5f5fc7e6c197",
"d5bf8131-7368-47c6-a4c0-36ea2d4e91aa"
],
"TaxRates": [
{
"Id": "6347249c-5dcc-4e92-b3e1-944f52835fb7",
"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-06-15T21:22:56.1537595+00:00",
"EndDateUtc": "2026-06-15T21:22:56.1537595+00:00",
"IsActive": true
},
{
"Id": "6347249c-5dcc-4e92-b3e1-944f52835fb7",
"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-06-15T21:22:56.1537595+00:00",
"EndDateUtc": "2026-06-15T21:22:56.1537595+00:00",
"IsActive": true
}
]
}
},
{
"Id": "109d2f26-abff-42e3-ac7a-a6208104a80e",
"CompanyId": 2,
"Name": "sample string 3",
"Description": "sample string 4",
"IsDefault": true,
"ProductCatalogIds": [
"abb0f6b8-f16c-41ad-89d9-8720b2d82da0",
"78c1c1af-e153-4fae-b85b-b2c787c478aa"
],
"TaxMapping": {
"Id": "1b92924f-7444-401e-9230-88b117bd56bb",
"CompanyId": 2,
"TaxCategory": "sample string 3",
"TaxCategoryId": "1e91ee24-a27f-478e-a8bb-590bddcd38fd",
"CorrelationId": "387d58c0-0765-445e-a83a-9cfe747ad74d",
"TaxRateIds": [
"dd6b3d16-53bc-4b7d-b2d0-5f5fc7e6c197",
"d5bf8131-7368-47c6-a4c0-36ea2d4e91aa"
],
"TaxRates": [
{
"Id": "6347249c-5dcc-4e92-b3e1-944f52835fb7",
"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-06-15T21:22:56.1537595+00:00",
"EndDateUtc": "2026-06-15T21:22:56.1537595+00:00",
"IsActive": true
},
{
"Id": "6347249c-5dcc-4e92-b3e1-944f52835fb7",
"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-06-15T21:22:56.1537595+00:00",
"EndDateUtc": "2026-06-15T21:22:56.1537595+00:00",
"IsActive": true
}
]
}
}
]