TaxRate
Module endpoints
DELETE /tax-rates/:id
DELETE /tax-rates/:id
DELETE
http://api.slyk.io/tax-rates/:id
Deletes the tax rate
with given id
.
204
No Content
GET /tax-rates
GET /tax-rates
GET
https://api.slyk.io/tax-rates
Returns a paginated list of tax rates
.
GET /tax-rates/:id
GET /tax-rates/:id
GET
https://api.slyk.io/tax-rates/:id
Gets the tax rate details of the given id
.
PATCH /tax-rates/:id
PATCH /tax-rates/:id
PATCH
https://api.slyk.io/tax-rates/:id
Patches the tax rate
details of the given id
.
POST /tax-rates
POST /tax-rates
POST
https://api.slyk.io/tax-rates
Creates a new tax rate
.
Last updated