POST
/taxRates
curl \
-X POST http://api.example.com/taxRates \
-H "Content-Type: application/json" \
-d '{"taxRateID":42,"name":"string","rate":42.0,"isDefault":true,"isActive":true}'
Request example
{
"taxRateID": 42,
"name": "string",
"rate": 42.0,
"isDefault": true,
"isActive": true
}