Request
Body Params application/json
[
{
"id": "string",
"name": "string",
"code": "string",
"vatRate": 0,
"status": "InActive",
"reducedVatId": "string"
}
]
Request samples
curl --location --request POST 'https://platform.shopranos.eu/api/Vats/import' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"id": "string",
"name": "string",
"code": "string",
"vatRate": 0,
"status": "InActive",
"reducedVatId": "string"
}
]'
Responses
application/json Modified at 2025-07-08 13:30:25