© 2025 Clarivate
GET /api/.../taxcalculations/?baseAmount={baseAmount}&taxRate={taxRate}
Returns tax calculations for provided base amount and tax rate.
{
"TaxAmount": 0.02,
"TotalAmount": 1.02,
"TaxRate": 0.0222
}
| Code | Description |
|---|---|
| 200 | OK. Success |
| 400 | FAILURE. |