Skip to main content
PUT
Edit Tax Details

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer
required

The unique ID of the specific tax rule you want to update.

Example:

12

Body

application/json
taxName
string
Example:

"Updated Service Charge Name"

rate
number
Example:

50

capAmount
number
Example:

2000

Response

200 - application/json

Tax details updated successfully.

id
integer
Example:

12

taxName
string
Example:

"VAT"

taxType
enum<string>
Available options:
flat,
percentage
Example:

"percentage"

rate
number<float>
Example:

7.5

currency
string
Example:

"NGN"

capAmount
number<float>
Example:

2000

thresholdAmount
number<float>
Example:

0

regionId
integer
Example:

1

regionName
string
Example:

"Nigeria"

merchantName
string
Example:

"DEE LLC"

status
enum<string>
Available options:
active,
inactive
Example:

"active"

template
boolean
Example:

false

templateId
integer
Example:

1