Read a tax code by ID
Read details of a specific tax code identified by its unique ID.
Path parameters
-
A unique identifier for the tax code within 24SevenOffice ERP modules.
Minimum value is
1
.
GET
/taxes/{id}
curl \
-X GET https://rest.api.24sevenoffice.com/v1/taxes/1 \
-H "Authorization: string"
Response examples (200)
# Headers
Access-Control-Allow-Origin: string
Access-Control-Allow-Credentials: string
X-Trace-Id: string
# Payload
{
"id": 1,
"number": 1,
"name": "Standard VAT",
"rate": 25
}