© 2025 Clarivate
GET /api/.../taxrates/{id}
Return the contents of a tax rate by ID.
| Name | Type | Required | Description |
|---|---|---|---|
| id | Integer | Yes | ID of tax rate to retrieve contents for. |
{
"TaxRateID": 7,
"Description": "GST",
"TaxRateValue": 0.1,
"CreatorID": 1,
"CreationDate": "2022-10-20T16:52:52.537+04:00",
"ModifierID": null,
"ModificationDate": null
}
| Code | Description |
|---|---|
| 200 | OK. Success |
| 400 | Bad request |
| 404 | Invalid object ID |