Skala
Tax rates

Update a tax rate

Partially updates specific fields of an existing tax rate without affecting the rest of the data.

PATCH
/api/tax_rates/{id}

Partially updates specific fields of an existing tax rate without affecting the rest of the data.

AuthorizationBearer <token>

In: header

Path Parameters

id*string

TaxRate identifier

Request Body

application/merge-patch+json

The updated TaxRate resource

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PATCH "https://api.skalasuite.com/api/tax_rates/string" \  -H "Content-Type: application/merge-patch+json" \  -d '<rate>string</rate>  <name>string</name>'
{
  "id": 0,
  "rate": "string",
  "name": "string",
  "isActive": true
}
Empty
Empty
Empty