curl --request GET \
--url https://{host}/cleemy-procurement/taxes/api/rates \
--header 'Authorization: <authorization>'[
{
"id": 1,
"percentage": 0.2,
"rateType": {
"id": 45,
"name": "Normal",
"territoryId": "FR",
"recoveryRules": [
{
"costFamilyId": 1,
"coefficient": 0
},
{
"costFamilyId": 2,
"coefficient": 0
},
{
"costFamilyId": 7,
"coefficient": 0
}
]
}
}
]List V.A.T. rates.
curl --request GET \
--url https://{host}/cleemy-procurement/taxes/api/rates \
--header 'Authorization: <authorization>'[
{
"id": 1,
"percentage": 0.2,
"rateType": {
"id": 45,
"name": "Normal",
"territoryId": "FR",
"recoveryRules": [
{
"costFamilyId": 1,
"coefficient": 0
},
{
"costFamilyId": 2,
"coefficient": 0
},
{
"costFamilyId": 7,
"coefficient": 0
}
]
}
}
]API key. Value must be formatted like so: lucca application={api_key}.
VAT rate may change over time. Date of the day VAT rates were applicable.
"2025-01-01"
Territory over which the VAT rates apply.
"FR"
Was this page helpful?