Skip to main content
POST
Create Tax

Authorizations

Authorization
string
header
required

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
string
required

Name of the Tax

Example:

"GST"

rate
number<float>
required

Tax Rate in decimal format (0 -> 100)

Example:

"10"

code
string

An external number or code that identifes this tax

Example:

"CAP: Capital Purchase"

compound
boolean

Compound taxes are calculated on top of primary taxes

Example:

false

Response

Successful Operation

success
object