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
- ▲
the
response's property type changed fromobjecttoarrayfor statusresponse-property-type-changed
- ●
the
/request property's maxLength was set to255request-property-max-length-set
- ●
removed the optional property
/from the response with the statusresponse-optional-property-removed
This revision also has 10 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲