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": "4f2101ad-14b9-477e-8606-34f5055b9b97", "CompanyId": 2, "Name": "sample string 3", "Description": "sample string 4", "IsDefault": true, "ProductCatalogIds": [ "c81252ba-94cd-4d36-b1a6-15b34872152c", "9d1d960a-51ee-4171-9a90-97df65fbcd88" ], "TaxMapping": { "Id": "43885aa3-1a4a-4f61-adbb-21cfb316ac49", "CompanyId": 2, "TaxCategory": "sample string 3", "TaxCategoryId": "0b72bcb9-a8fd-4bcc-a2a5-9edde527258f", "CorrelationId": "1e16c2d4-81e2-4f79-9b01-e219ba22725d", "TaxRateIds": [ "c6500996-6e15-4f42-b893-2a5b2bccbf35", "cdf3d4c2-44ee-4ee1-8a95-4244c3d1094d" ], "TaxRates": [ { "Id": "ec6f41f2-b539-4ac5-9130-932c210d4e64", "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-09-07T04:27:58.0398774+00:00", "EndDateUtc": "2025-09-07T04:27:58.0398774+00:00", "IsActive": true }, { "Id": "ec6f41f2-b539-4ac5-9130-932c210d4e64", "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-09-07T04:27:58.0398774+00:00", "EndDateUtc": "2025-09-07T04:27:58.0398774+00:00", "IsActive": true } ] } }, { "Id": "4f2101ad-14b9-477e-8606-34f5055b9b97", "CompanyId": 2, "Name": "sample string 3", "Description": "sample string 4", "IsDefault": true, "ProductCatalogIds": [ "c81252ba-94cd-4d36-b1a6-15b34872152c", "9d1d960a-51ee-4171-9a90-97df65fbcd88" ], "TaxMapping": { "Id": "43885aa3-1a4a-4f61-adbb-21cfb316ac49", "CompanyId": 2, "TaxCategory": "sample string 3", "TaxCategoryId": "0b72bcb9-a8fd-4bcc-a2a5-9edde527258f", "CorrelationId": "1e16c2d4-81e2-4f79-9b01-e219ba22725d", "TaxRateIds": [ "c6500996-6e15-4f42-b893-2a5b2bccbf35", "cdf3d4c2-44ee-4ee1-8a95-4244c3d1094d" ], "TaxRates": [ { "Id": "ec6f41f2-b539-4ac5-9130-932c210d4e64", "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-09-07T04:27:58.0398774+00:00", "EndDateUtc": "2025-09-07T04:27:58.0398774+00:00", "IsActive": true }, { "Id": "ec6f41f2-b539-4ac5-9130-932c210d4e64", "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-09-07T04:27:58.0398774+00:00", "EndDateUtc": "2025-09-07T04:27:58.0398774+00:00", "IsActive": true } ] } } ]