# Create a new tax rate **POST /taxRates** Add a new tax rate with the given details. ## Servers - http://api.example.com: http://api.example.com () ## Parameters ### Body: application/json (object) - **taxRateID** (integer) - **name** (string) - **rate** (number(double)) - **isDefault** (boolean) - **isActive** (boolean) ## Responses ### 201 Tax rate created successfully ### 500 Error occurred while creating tax rate [Powered by Bump.sh](https://bump.sh)