# Update a tax rate by ID **PUT /taxRates/{taxRateID}** Update details of an existing tax rate. ## Servers - http://api.example.com: http://api.example.com () ## Parameters ### Path parameters - **taxRateID** (integer) ### Body: application/json (object) - **taxRateID** (integer) - **name** (string) - **rate** (number(double)) - **isDefault** (boolean) - **isActive** (boolean) ## Responses ### 200 Tax rate updated successfully ### 404 Tax rate not found ### 500 Internal server error [Powered by Bump.sh](https://bump.sh)