Tax rates
Get tax rate details
Retrieves the specific details of a single tax rate using its unique identifier.
Retrieves the specific details of a single tax rate using its unique identifier.
AuthorizationBearer <token>
In: header
Path Parameters
id*string
TaxRate identifier
Response Body
application/json
curl -X GET "https://api.skalasuite.com/api/tax_rates/string"{
"id": 0,
"rate": "string",
"name": "string",
"isActive": true
}Empty
