Request
Body Params application/json-patch+json
[
{
"id": "string",
"name": "string",
"code": "string",
"vatRate": 0,
"status": "InActive",
"reducedVatId": "string"
}
]
Request Code Samples
curl --location --request POST 'https://platform.shopranos.eu/api/Vats/import?createNew' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '[
{
"id": "string",
"name": "string",
"code": "string",
"vatRate": 0,
"status": "InActive",
"reducedVatId": "string"
}
]'
Responses
This response does not have a body.
Modified at 2026-03-16 11:48:22