# POST /tax-rates.json **POST /tax-rates.json** ## Servers - http://api.example.com/v1: http://api.example.com/v1 () ## Authentication methods - Bearer auth ## Parameters ### Body: application/json (object) - **cityTaxLocation** (string | null) City tax location - **cityTaxRate** (number(float) | null) City tax rate - **countyTaxLocation** (string | null) County tax location - **countyTaxRate** (number(float) | null) County tax rate - **districtTaxLocation** (string | null) District tax location - **districtTaxRate** (number(float) | null) District tax rate - **name** (string) Name - **stateTaxLocation** (string | null) State tax location - **stateTaxRate** (number(float) | null) State tax rate - **xeroId** (string | null) Xero ## Responses ### 200 Successful response #### Body: application/json (object) - **cityTaxLocation** (string | null) City tax location - **cityTaxRate** (number(float) | null) City tax rate - **countyTaxLocation** (string | null) County tax location - **countyTaxRate** (number(float) | null) County tax rate - **createdAt** (string(date-time)) Created at - **districtTaxLocation** (string | null) District tax location - **districtTaxRate** (number(float) | null) District tax rate - **id** (integer(int32)) Id - **name** (string) Name - **stateTaxLocation** (string | null) State tax location - **stateTaxRate** (number(float) | null) State tax rate - **updatedAt** (string(date-time)) Updated at - **xeroId** (string | null) Xero [Powered by Bump.sh](https://bump.sh)