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 TaxCategoryName | 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": "9de6069b-9a79-4a16-836c-9fde51b299df", "CompanyId": 2, "Name": "sample string 3", "Description": "sample string 4", "IsDefault": true, "ProductCatalogIds": [ "5ffffa9d-403b-4cfc-9e25-49d8ef1b9a48", "b12af608-04f6-4f3c-89b8-30903e1bc769" ], "TaxMapping": { "Id": "f7a21ffd-cfe8-4d72-9f61-b2370b5a2580", "CompanyId": 2, "TaxCategory": "sample string 3", "TaxCategoryId": "70cf583b-2824-4847-be11-e479315acfe8", "CorrelationId": "3f1764cf-416a-49c1-966f-b44056825f6e", "TaxRateIds": [ "501fe2d8-3715-4b6c-8801-f4554e931429", "5b4fd43b-0cb9-40de-b4ed-9e54440c2b4c" ], "TaxRates": [ { "Id": "9ef5e614-323a-4232-8f09-53c92d6339e6", "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-07-22T18:33:10.4140326+00:00", "EndDateUtc": "2025-07-22T18:33:10.4140326+00:00", "IsActive": true }, { "Id": "9ef5e614-323a-4232-8f09-53c92d6339e6", "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-07-22T18:33:10.4140326+00:00", "EndDateUtc": "2025-07-22T18:33:10.4140326+00:00", "IsActive": true } ] } }, { "Id": "9de6069b-9a79-4a16-836c-9fde51b299df", "CompanyId": 2, "Name": "sample string 3", "Description": "sample string 4", "IsDefault": true, "ProductCatalogIds": [ "5ffffa9d-403b-4cfc-9e25-49d8ef1b9a48", "b12af608-04f6-4f3c-89b8-30903e1bc769" ], "TaxMapping": { "Id": "f7a21ffd-cfe8-4d72-9f61-b2370b5a2580", "CompanyId": 2, "TaxCategory": "sample string 3", "TaxCategoryId": "70cf583b-2824-4847-be11-e479315acfe8", "CorrelationId": "3f1764cf-416a-49c1-966f-b44056825f6e", "TaxRateIds": [ "501fe2d8-3715-4b6c-8801-f4554e931429", "5b4fd43b-0cb9-40de-b4ed-9e54440c2b4c" ], "TaxRates": [ { "Id": "9ef5e614-323a-4232-8f09-53c92d6339e6", "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-07-22T18:33:10.4140326+00:00", "EndDateUtc": "2025-07-22T18:33:10.4140326+00:00", "IsActive": true }, { "Id": "9ef5e614-323a-4232-8f09-53c92d6339e6", "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-07-22T18:33:10.4140326+00:00", "EndDateUtc": "2025-07-22T18:33:10.4140326+00:00", "IsActive": true } ] } } ]