Taxes

Update Taxes

Updates a tax.

put/taxes/{taxes_id}.json

Path parameters

taxes_idstring required
Example:12345

ID of the tax.

Query parameters

api_keystring required
Example:YOUR_API_KEY

Your API Key.

Request body

Example request

{
  "tax": {
    "name": "IVA23",
    "value": "23.0",
    "region": "PT",
    "code": "NOR",
    "default_tax": 1
  }
}

Response

Success

Changes

Changed in 1 of the 3 revisions of this API.12

  • 5b82d4eb0d9f12See the full diff
    • the response's property type changed from object to array for status

      response-property-type-changed

    • the / request property's maxLength was set to 255

      request-property-max-length-set

    • removed the optional property / from the response with the status

      response-optional-property-removed

    This revision also has 10 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog