Tax Rates
Update a Tax Rate
OAuth Scope
This endpoint requires the following OAuth scope manage_tax_rates.
post/taxrate/{uuid}.json
Path parameters
uuidstring uuid required
UUID of the Tax Rate
Request body
Example request
{
"uuid": "123e4567-1861-46a0-bda4-23f94014608b"
}Response
Success - The record was updated successfully
Example response
{
"message": "OK"
}