# Create **POST /V1/taxRates** Create or update tax rate ## Servers - https://magento2.winkelstraat.mac/rest/all: https://magento2.winkelstraat.mac/rest/all () ## Parameters ### Body: (object) - **taxRate** (object) Tax rate interface. ## Responses ### 200 200 Success. #### Body: (object) - **id** (integer) Id - **tax_country_id** (string) Country id - **tax_region_id** (integer) Region id - **region_name** (string) Region name - **tax_postcode** (string) Postcode - **zip_is_range** (integer) Zip is range - **zip_from** (integer) Zip range from - **zip_to** (integer) Zip range to - **rate** (number) Tax rate in percentage - **code** (string) Tax rate code - **titles** (array[object]) Tax rate title interface. - **extension_attributes** (object) ExtensionInterface class for @see \Magento\Tax\Api\Data\TaxRateInterface ### 401 401 Unauthorized #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace ### 400 400 Bad Request #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace ### 500 Internal Server error #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace ### default Unexpected error #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace [Powered by Bump.sh](https://bump.sh)