GET
/taxRates
curl \
-X GET http://api.example.com/taxRates
Response examples (200)
[
{
"taxRateID": 42,
"name": "string",
"rate": 42.0,
"isDefault": true,
"isActive": true
}
]
curl \
-X GET http://api.example.com/taxRates
[
{
"taxRateID": 42,
"name": "string",
"rate": 42.0,
"isDefault": true,
"isActive": true
}
]