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": "0634828c-f20d-44f4-9840-02a959e27e31",
"CompanyId": 2,
"Name": "sample string 3",
"Description": "sample string 4",
"IsDefault": true,
"ProductCatalogIds": [
"3e85454b-6304-4911-99db-33edf1840fc5",
"50e4bcdf-22c4-45b5-9235-bde466b52fcf"
],
"TaxMapping": {
"Id": "d507cbd9-9c2b-4f07-b083-12ff8fc606a0",
"CompanyId": 2,
"TaxCategory": "sample string 3",
"TaxCategoryId": "c897a668-e37b-45af-8990-6f83880fa931",
"CorrelationId": "f199e633-df1d-40fa-ac13-176f8cc7c167",
"TaxRateIds": [
"663fb64a-537b-48ff-bfcf-757aff346d18",
"fa106c07-f23b-406d-935f-9fcf459fa49a"
],
"TaxRates": [
{
"Id": "6ec53abb-eb41-466b-90bc-1188062c82f4",
"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-04-11T23:23:37.5685995+00:00",
"EndDateUtc": "2026-04-11T23:23:37.5685995+00:00",
"IsActive": true
},
{
"Id": "6ec53abb-eb41-466b-90bc-1188062c82f4",
"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-04-11T23:23:37.5685995+00:00",
"EndDateUtc": "2026-04-11T23:23:37.5685995+00:00",
"IsActive": true
}
]
}
},
{
"Id": "0634828c-f20d-44f4-9840-02a959e27e31",
"CompanyId": 2,
"Name": "sample string 3",
"Description": "sample string 4",
"IsDefault": true,
"ProductCatalogIds": [
"3e85454b-6304-4911-99db-33edf1840fc5",
"50e4bcdf-22c4-45b5-9235-bde466b52fcf"
],
"TaxMapping": {
"Id": "d507cbd9-9c2b-4f07-b083-12ff8fc606a0",
"CompanyId": 2,
"TaxCategory": "sample string 3",
"TaxCategoryId": "c897a668-e37b-45af-8990-6f83880fa931",
"CorrelationId": "f199e633-df1d-40fa-ac13-176f8cc7c167",
"TaxRateIds": [
"663fb64a-537b-48ff-bfcf-757aff346d18",
"fa106c07-f23b-406d-935f-9fcf459fa49a"
],
"TaxRates": [
{
"Id": "6ec53abb-eb41-466b-90bc-1188062c82f4",
"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-04-11T23:23:37.5685995+00:00",
"EndDateUtc": "2026-04-11T23:23:37.5685995+00:00",
"IsActive": true
},
{
"Id": "6ec53abb-eb41-466b-90bc-1188062c82f4",
"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-04-11T23:23:37.5685995+00:00",
"EndDateUtc": "2026-04-11T23:23:37.5685995+00:00",
"IsActive": true
}
]
}
}
]