# Update Taxes Updates a tax. Endpoint: PUT /taxes/{taxes_id}.json Version: 2.0.0 Security: apiKeyAuth ## Path parameters: - `taxes_id` (string, required) ID of the sequence to register. Example: "12345" ## Query parameters: - `api_key` (string, required) Your API Key. Example: "YOUR_API_KEY" ## Request fields (application/json): - `tax` (object, required) - `tax.name` (string, required) Tax name Example: "IVA23" - `tax.value` (string, required) Tax value (%) Example: "23.0" - `tax.region` (string) Tax region. Required to export SAF-T PT. Must be one of: PT, PT-AC, PT-MA, Desconhecido, or country codes. Example: "PT" - `tax.code` (string) Tax code. Must be one of: NOR (Normal), INT (Intermediate), RED (Reduced), OUT (Other), ISE (Exempt). Enum: "NOR", "INT", "RED", "OUT", "ISE" - `tax.default_tax` (integer) If "1", the tax is chosen as the default tax on your account. Example: 1 ## Response 401 fields (application/json): - `errors` (object) - `errors.error` (string) Example: "Invalid API key" ## Response 422 fields (application/json): - `base` (array) Example: ["Tax region is empty"] ## Response 200 fields ## Response 404 fields