Tax calculations

GET /api/.../taxcalculations/?baseAmount={baseAmount}&taxRate={taxRate}

Returns tax calculations for provided base amount and tax rate.

Response Information

Example
application/json, text/json
  {
    "TaxAmount": 0.02,
    "TotalAmount": 1.02,
    "TaxRate": 0.0222
  }

HTTP Response Codes

Code Description
200 OK. Success
400 FAILURE.