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": "27ccecde-448f-4fdd-82cd-9921e79b20e4", "CompanyId": 2, "Name": "sample string 3", "Description": "sample string 4", "IsDefault": true, "ProductCatalogIds": [ "8061e745-855d-4408-980f-4efa185b093a", "37a64cf2-f99f-4383-a48d-d888e92d58ff" ], "TaxMapping": { "Id": "0123bcb7-bfe8-472a-ae7d-d9bdc3b06dfd", "CompanyId": 2, "TaxCategory": "sample string 3", "TaxCategoryId": "c87e388c-11a2-440c-8301-7b6c6d7cc96f", "CorrelationId": "8f9bc189-86e2-4b7f-89fa-6e717ec70de3", "TaxRateIds": [ "cefd4013-7f73-4b31-b4bb-8125af013639", "f236c107-019d-4ae6-8782-b6267bd90ac8" ], "TaxRates": [ { "Id": "952fa94f-e944-4123-ad1c-239c9caf2630", "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-06-27T05:30:46.0409531+00:00", "EndDateUtc": "2025-06-27T05:30:46.0409531+00:00", "IsActive": true }, { "Id": "952fa94f-e944-4123-ad1c-239c9caf2630", "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-06-27T05:30:46.0409531+00:00", "EndDateUtc": "2025-06-27T05:30:46.0409531+00:00", "IsActive": true } ] } }, { "Id": "27ccecde-448f-4fdd-82cd-9921e79b20e4", "CompanyId": 2, "Name": "sample string 3", "Description": "sample string 4", "IsDefault": true, "ProductCatalogIds": [ "8061e745-855d-4408-980f-4efa185b093a", "37a64cf2-f99f-4383-a48d-d888e92d58ff" ], "TaxMapping": { "Id": "0123bcb7-bfe8-472a-ae7d-d9bdc3b06dfd", "CompanyId": 2, "TaxCategory": "sample string 3", "TaxCategoryId": "c87e388c-11a2-440c-8301-7b6c6d7cc96f", "CorrelationId": "8f9bc189-86e2-4b7f-89fa-6e717ec70de3", "TaxRateIds": [ "cefd4013-7f73-4b31-b4bb-8125af013639", "f236c107-019d-4ae6-8782-b6267bd90ac8" ], "TaxRates": [ { "Id": "952fa94f-e944-4123-ad1c-239c9caf2630", "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-06-27T05:30:46.0409531+00:00", "EndDateUtc": "2025-06-27T05:30:46.0409531+00:00", "IsActive": true }, { "Id": "952fa94f-e944-4123-ad1c-239c9caf2630", "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-06-27T05:30:46.0409531+00:00", "EndDateUtc": "2025-06-27T05:30:46.0409531+00:00", "IsActive": true } ] } } ]