Tax
Create Tax
WRITE
access to the ADMIN
module is required to access this endpointPOST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
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
200
application/json
Successful Operation