Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The ID of the tax you wish to update
Body
application/json
Standard tax model that returns all properties by default
Name of the Tax
Example:
"GST"
Tax Rate in decimal format (0 -> 100)
Example:
"10"
An external number or code that identifes this tax
Example:
"CAP: Capital Purchase"
Compound taxes are calculated on top of primary taxes
Example:
false
Response
The resource was successfully updated