Update Tax

PUT {{baseUrl}}/taxes/:tax

This endpoint allows you to update an existing tax by providing the ID of the tax you want to update in the tax path parameter.

OAuth Scopes


taxes.read_write

Request Body

{"tax"=>"15", "country_id"=>773200552}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"status":200,"success":true,"data":{"id":2087347200,"tax":5,"status":"active","country":"Bahrain"}}