Tax rate by ID

Get contents of a tax rate by ID

GET /api/.../taxrates/{id}

Return the contents of a tax rate by ID.

Parameters
Name Type Required Description
id Integer Yes ID of tax rate to retrieve contents for.

Response Information

Example for tax rate
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
}

HTTP Response Codes

Code Description
200 OK. Success
400 Bad request
404 Invalid object ID