Skip to main content
POST
Create tax

Authorizations

Authorization
string
header
required

Access token obtained from the /v1/auth/login endpoint

Body

application/json
name
string
required
Example:

"Sales Tax"

percent
number<float>
required
Example:

8.5

Response

Tax created successfully

success
boolean
Example:

true

message
string
Example:

"Tax created successfully"

data
object