Get the catalog taxes
Get catalog taxes list configured on the POS.
GET
/v1/catalog/taxes/
authorization<token>
To get an API key, please contact us. We'll be happy to help you.
In: header
Response Body
curl -X GET "https://api.pragma-project.dev/v1/catalog/taxes/"
[
{
"id": "59f651fc-4f27-4a0a-98ba-e70d3e218e33",
"name": "TVA 10",
"percentage": 1000
},
{
"id": "2426d514-5e7c-4088-8c89-1489f05cc2de",
"name": "TVA 20",
"percentage": 2000
},
{
"id": "e377eecb-78e8-4d2f-9020-9f790388584a",
"name": "TVA 5,5",
"percentage": 550
}
]