Tax Rates
Get a Tax Rate
POST https://api.borlaug.network/taxes/:taxid/taxrates
This endpoint allows you to get free cakes.
Path Parameters
Name
Type
Description
taxid
string
{ "name": "Cake's name", "recipe": "Cake's recipe name", "cake": "Binary cake"}{ "message": "Ain't no cake like that."}Update a Tax Rate
PATCH https://api.borlaug.network/taxes/:taxid/taxrates/:taxrateid
Path Parameters
Name
Type
Description
taxrateid
string
taxid
string
Get all Tax Rates for a given Tax
GET https://api.borlaug.network/taxes/:taxid/taxrates
Path Parameters
Name
Type
Description
taxid
string
Get a Tax Rate
GET https://api.borlaug.network/taxes/:taxid/taxrates/:taxrateid
Path Parameters
Name
Type
Description
taxrateid
string
taxid
string
Delete a Tax Rate
DELETE https://api.borlaug.network/taxes/:taxid/taxrates/:taxrateid
Path Parameters
Name
Type
Description
taxrateid
string
taxid
string
Last updated
Was this helpful?