Get a Single Tax Rate
GET {{url}}/tax_rates/{{tax_rate}}
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"tax_rates": {
"id": "FR-COR_VAT_1",
"jurisdiction": "FR-COR",
"type": "VAT",
"percentage": "20.0",
"start_date": "2020-07-23",
"end_date": null
}
} |
ENDPOINTS