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": "b6a354b0-a866-4a91-abf2-da4e27a9ef22", "CompanyId": 2, "Name": "sample string 3", "Description": "sample string 4", "IsDefault": true, "ProductCatalogIds": [ "5b767ff2-a9e8-487c-ac0e-c4fbf75ab3d2", "106616a3-896e-48f8-b0dd-cdecac7d70a0" ], "TaxMapping": { "Id": "9ea58ec0-63ed-45ed-818c-41a9472a3aae", "CompanyId": 2, "TaxCategory": "sample string 3", "TaxCategoryId": "ae59593d-fb52-42a5-8dfe-3bb9dcab0a58", "CorrelationId": "a7367023-b4e4-43cb-bf09-27c61d94b715", "TaxRateIds": [ "6ee67968-9bea-4984-812b-4415b006c5e0", "b464d26c-a69e-4e35-aac4-1d22eeabbeae" ], "TaxRates": [ { "Id": "2e895dea-258d-4e74-9e7c-3fe9cfeda4c3", "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-10T09:29:09.5016615+00:00", "EndDateUtc": "2025-06-10T09:29:09.5016615+00:00", "IsActive": true }, { "Id": "2e895dea-258d-4e74-9e7c-3fe9cfeda4c3", "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-10T09:29:09.5016615+00:00", "EndDateUtc": "2025-06-10T09:29:09.5016615+00:00", "IsActive": true } ] } }, { "Id": "b6a354b0-a866-4a91-abf2-da4e27a9ef22", "CompanyId": 2, "Name": "sample string 3", "Description": "sample string 4", "IsDefault": true, "ProductCatalogIds": [ "5b767ff2-a9e8-487c-ac0e-c4fbf75ab3d2", "106616a3-896e-48f8-b0dd-cdecac7d70a0" ], "TaxMapping": { "Id": "9ea58ec0-63ed-45ed-818c-41a9472a3aae", "CompanyId": 2, "TaxCategory": "sample string 3", "TaxCategoryId": "ae59593d-fb52-42a5-8dfe-3bb9dcab0a58", "CorrelationId": "a7367023-b4e4-43cb-bf09-27c61d94b715", "TaxRateIds": [ "6ee67968-9bea-4984-812b-4415b006c5e0", "b464d26c-a69e-4e35-aac4-1d22eeabbeae" ], "TaxRates": [ { "Id": "2e895dea-258d-4e74-9e7c-3fe9cfeda4c3", "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-10T09:29:09.5016615+00:00", "EndDateUtc": "2025-06-10T09:29:09.5016615+00:00", "IsActive": true }, { "Id": "2e895dea-258d-4e74-9e7c-3fe9cfeda4c3", "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-10T09:29:09.5016615+00:00", "EndDateUtc": "2025-06-10T09:29:09.5016615+00:00", "IsActive": true } ] } } ]