Skip to main content
PUT
Update tax

Authorizations

Authorization
string
header
required

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

Path Parameters

taxId
string<uuid>
required

The ID of the tax to update

Body

application/json
name
string
required
Example:

"Sales Tax"

percent
number<float>
required
Example:

9

Response

Tax updated successfully

success
boolean
Example:

true

message
string
Example:

"Tax updated successfully"

data
object