Skip to main content
PUT
Update Tax

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

id
string
required

The ID of the tax you wish to update

Body

application/json

Standard tax model that returns all properties by default

name
string

Name of the Tax

Example:

"GST"

rate
number<float>

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

The resource was successfully updated

success
object