GET Taxes/{id}
Get a tax of Issuer by Id
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
tax id |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Return a tax of Issuer by Id
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-14T10:58:19.8799634-05:00", "RetentionRate": [ { "RateValue": 3.0, "IsEnabled": true }, { "RateValue": 3.0, "IsEnabled": true } ] }