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": "f55393a9-db90-44f0-b4fb-de239f8be06d", "CompanyId": 2, "Name": "sample string 3", "Description": "sample string 4", "IsDefault": true, "ProductCatalogIds": [ "1cb5c9d6-952c-41e1-a62e-4167f3652ecf", "7b2efac0-e3e4-401d-822e-7b5b65d86b60" ], "TaxMapping": { "Id": "4df49063-16f4-427b-a0aa-224a898d3f7f", "CompanyId": 2, "TaxCategory": "sample string 3", "TaxCategoryId": "634d8ef6-8a66-495e-af6c-c620706b8f65", "CorrelationId": "b703f936-bf53-4239-a359-1efb9b0159ff", "TaxRateIds": [ "e1387847-683d-4746-821b-1385c92ec458", "e249b690-d79f-4f7d-9e01-00d1cb7cad95" ], "TaxRates": [ { "Id": "50fdbfa5-ebd4-47da-9c17-3c0125a5da3d", "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-10-10T18:50:53.451729+00:00", "EndDateUtc": "2025-10-10T18:50:53.451729+00:00", "IsActive": true }, { "Id": "50fdbfa5-ebd4-47da-9c17-3c0125a5da3d", "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-10-10T18:50:53.451729+00:00", "EndDateUtc": "2025-10-10T18:50:53.451729+00:00", "IsActive": true } ] } }, { "Id": "f55393a9-db90-44f0-b4fb-de239f8be06d", "CompanyId": 2, "Name": "sample string 3", "Description": "sample string 4", "IsDefault": true, "ProductCatalogIds": [ "1cb5c9d6-952c-41e1-a62e-4167f3652ecf", "7b2efac0-e3e4-401d-822e-7b5b65d86b60" ], "TaxMapping": { "Id": "4df49063-16f4-427b-a0aa-224a898d3f7f", "CompanyId": 2, "TaxCategory": "sample string 3", "TaxCategoryId": "634d8ef6-8a66-495e-af6c-c620706b8f65", "CorrelationId": "b703f936-bf53-4239-a359-1efb9b0159ff", "TaxRateIds": [ "e1387847-683d-4746-821b-1385c92ec458", "e249b690-d79f-4f7d-9e01-00d1cb7cad95" ], "TaxRates": [ { "Id": "50fdbfa5-ebd4-47da-9c17-3c0125a5da3d", "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-10-10T18:50:53.451729+00:00", "EndDateUtc": "2025-10-10T18:50:53.451729+00:00", "IsActive": true }, { "Id": "50fdbfa5-ebd4-47da-9c17-3c0125a5da3d", "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-10-10T18:50:53.451729+00:00", "EndDateUtc": "2025-10-10T18:50:53.451729+00:00", "IsActive": true } ] } } ]