GET Taxes;q={searchTerm}
Get Issuer taxes by search term that maybe by MainCode or TaxName
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
searchTerm |
SRI Tax Code or Name |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Return Issuer taxes collection by search term, send the text "all" to search all taxes
Collection of RetentionTaxName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
SriCode | string |
Required String length: inclusive between 0 and 10 |
|
Name | string |
Required String length: inclusive between 0 and 300 |
|
IsEnabled | boolean |
None. |
|
TaxTypeId | integer |
None. |
|
CreatedOn | date |
None. |
|
RetentionRate | Collection of RetentionRate |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": 1, "SriCode": "sample string 2", "Name": "sample string 3", "IsEnabled": true, "TaxTypeId": 5, "CreatedOn": "2025-06-14T09:43:39.9779605-05:00", "RetentionRate": [ { "RateValue": 3.0, "IsEnabled": true }, { "RateValue": 3.0, "IsEnabled": true } ] }, { "Id": 1, "SriCode": "sample string 2", "Name": "sample string 3", "IsEnabled": true, "TaxTypeId": 5, "CreatedOn": "2025-06-14T09:43:39.9779605-05:00", "RetentionRate": [ { "RateValue": 3.0, "IsEnabled": true }, { "RateValue": 3.0, "IsEnabled": true } ] } ]