Taxes
Can only be used by BWS-Admin - except for GET route which is open to all users
Create a Tax
POST https://api.borlaug.network/taxes
This endpoint allows you to get free cakes.
{    "name": "Cake's name",    "recipe": "Cake's recipe name",    "cake": "Binary cake"}{    "message": "Ain't no cake like that."}Update a tax
PATCH https://api.borlaug.network/taxes/:taxid
Path Parameters
Name
Type
Description
taxid
string
Get all Taxes
GET https://api.borlaug.network/taxes
Get a Tax
GET https://api.borlaug.network/taxes/:taxid
Path Parameters
Name
Type
Description
taxid
string
Delete a Tax
DELETE https://api.borlaug.network/taxes/:taxid
Path Parameters
Name
Type
Description
taxid
string
Last updated
Was this helpful?