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": "131bf72e-0bf1-4333-becb-9e8ff19658b5", "CompanyId": 2, "Name": "sample string 3", "Description": "sample string 4", "IsDefault": true, "ProductCatalogIds": [ "733e1413-beef-4098-a7e6-3b031057cd50", "4d951b34-91f4-4ed6-ac23-4408a7ed151b" ], "TaxMapping": { "Id": "0d8177f9-c238-40eb-b04d-9c73332ddf88", "CompanyId": 2, "TaxCategory": "sample string 3", "TaxCategoryId": "40c8a28b-a9de-46a7-a195-9f505b23160b", "CorrelationId": "b450cc91-d9f2-4253-9a54-7b4b9df68440", "TaxRateIds": [ "a6f977c8-5b9f-4955-bd12-445b576bdaa7", "c2d5c7e2-2d23-4122-94fb-9a745578cde9" ], "TaxRates": [ { "Id": "c108a1f1-fdc8-49ac-b435-12c339064fa2", "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-04-26T16:00:17.5049712+00:00", "EndDateUtc": "2025-04-26T16:00:17.5049712+00:00", "IsActive": true }, { "Id": "c108a1f1-fdc8-49ac-b435-12c339064fa2", "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-04-26T16:00:17.5049712+00:00", "EndDateUtc": "2025-04-26T16:00:17.5049712+00:00", "IsActive": true } ] } }, { "Id": "131bf72e-0bf1-4333-becb-9e8ff19658b5", "CompanyId": 2, "Name": "sample string 3", "Description": "sample string 4", "IsDefault": true, "ProductCatalogIds": [ "733e1413-beef-4098-a7e6-3b031057cd50", "4d951b34-91f4-4ed6-ac23-4408a7ed151b" ], "TaxMapping": { "Id": "0d8177f9-c238-40eb-b04d-9c73332ddf88", "CompanyId": 2, "TaxCategory": "sample string 3", "TaxCategoryId": "40c8a28b-a9de-46a7-a195-9f505b23160b", "CorrelationId": "b450cc91-d9f2-4253-9a54-7b4b9df68440", "TaxRateIds": [ "a6f977c8-5b9f-4955-bd12-445b576bdaa7", "c2d5c7e2-2d23-4122-94fb-9a745578cde9" ], "TaxRates": [ { "Id": "c108a1f1-fdc8-49ac-b435-12c339064fa2", "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-04-26T16:00:17.5049712+00:00", "EndDateUtc": "2025-04-26T16:00:17.5049712+00:00", "IsActive": true }, { "Id": "c108a1f1-fdc8-49ac-b435-12c339064fa2", "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-04-26T16:00:17.5049712+00:00", "EndDateUtc": "2025-04-26T16:00:17.5049712+00:00", "IsActive": true } ] } } ]