List of Tax rates

GET /api/.../taxrates

Return a list of all tax rates.

Response Information

Example
application/json, text/json
[
  {
    "TaxRateID": 7,
    "Description": "GST",
    "TaxRateValue": 0.1,
    "CreatorID": 1,
    "CreationDate": "2022-10-20T16:52:52.537+04:00",
    "ModifierID": null,
    "ModificationDate": null
  },
  {
    "TaxRateID": 8,
    "Description": "T1",
    "TaxRateValue": 0.0222,
    "CreatorID": 1,
    "CreationDate": "2022-10-25T13:19:20.967+04:00",
    "ModifierID": null,
    "ModificationDate": null
  }
]

HTTP Response Codes

Code Description
200 OK. Success
400 FAILURE.