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": "395395d8-e64c-4eb5-a484-fa61d884c542", "CompanyId": 2, "Name": "sample string 3", "Description": "sample string 4", "IsDefault": true, "ProductCatalogIds": [ "c242fa37-c085-4f07-8c53-6264ddfddbbb", "258a1787-9b74-4ecf-9419-cb4243e379d3" ], "TaxMapping": { "Id": "39d7de72-89ae-41e0-82da-f789ebbec586", "CompanyId": 2, "TaxCategory": "sample string 3", "TaxCategoryId": "3a022551-da9f-4b15-b501-99ec3ecf793d", "CorrelationId": "97f35f50-d302-4109-8873-26e349a05730", "TaxRateIds": [ "e9caf928-efaf-4425-ba84-c70bb232d991", "f1a9ebaf-f2fc-41d5-bf28-9920deb72207" ], "TaxRates": [ { "Id": "784d1ea5-ddd7-4189-9ed8-f63d616b764c", "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-08-12T09:48:34.1689481+00:00", "EndDateUtc": "2025-08-12T09:48:34.1689481+00:00", "IsActive": true }, { "Id": "784d1ea5-ddd7-4189-9ed8-f63d616b764c", "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-08-12T09:48:34.1689481+00:00", "EndDateUtc": "2025-08-12T09:48:34.1689481+00:00", "IsActive": true } ] } }, { "Id": "395395d8-e64c-4eb5-a484-fa61d884c542", "CompanyId": 2, "Name": "sample string 3", "Description": "sample string 4", "IsDefault": true, "ProductCatalogIds": [ "c242fa37-c085-4f07-8c53-6264ddfddbbb", "258a1787-9b74-4ecf-9419-cb4243e379d3" ], "TaxMapping": { "Id": "39d7de72-89ae-41e0-82da-f789ebbec586", "CompanyId": 2, "TaxCategory": "sample string 3", "TaxCategoryId": "3a022551-da9f-4b15-b501-99ec3ecf793d", "CorrelationId": "97f35f50-d302-4109-8873-26e349a05730", "TaxRateIds": [ "e9caf928-efaf-4425-ba84-c70bb232d991", "f1a9ebaf-f2fc-41d5-bf28-9920deb72207" ], "TaxRates": [ { "Id": "784d1ea5-ddd7-4189-9ed8-f63d616b764c", "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-08-12T09:48:34.1689481+00:00", "EndDateUtc": "2025-08-12T09:48:34.1689481+00:00", "IsActive": true }, { "Id": "784d1ea5-ddd7-4189-9ed8-f63d616b764c", "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-08-12T09:48:34.1689481+00:00", "EndDateUtc": "2025-08-12T09:48:34.1689481+00:00", "IsActive": true } ] } } ]