TaxRate
Last updated
Last updated
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
https://api.slyk.io/tax-rates
Returns a paginated list of tax rates
.
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
https://api.slyk.io/tax-rates/:id
Patches the tax rate
details of the given id
.
POST /tax-rates
POST
https://api.slyk.io/tax-rates
Creates a new tax rate
.
Name
Type
Example
id
=
in
nin
filter[id]=7938e446-1c77-4513-8cb0-8b1f2e9f47b9
name
ilike
filter[name]=foo
Name
Example
createdAt
sort=createdAt
sort=-createdAt
name
sort=name
sort=-name
rate
sort=rate
sort=-rate
Name
Description
Example
size
Defines the number of results per page. Default = 30.
page[size]=2
number
Defines the number of the page to retrieve. Default = 1
page[number]=2
Field
Type
Required
Description
name
string
false
Tax rate name.
rate
string
false
Tax rate value.
Field
Type
Required
Description
name
string
true
Tax rate name.
rate
string
true
Tax rate value.