Vats Import with settings
Request
Body Params application/json
{
"settings": {
"operation": "NoImport",
"name": true,
"code": true,
"vatRate": true,
"reducedVatId": true,
"status": true
},
"vats": [
{
"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/with-settings' \
--header 'Content-Type: application/json' \
--data-raw '{
"settings": {
"operation": "NoImport",
"name": true,
"code": true,
"vatRate": true,
"reducedVatId": true,
"status": true
},
"vats": [
{
"id": "string",
"name": "string",
"code": "string",
"vatRate": 0,
"status": "InActive",
"reducedVatId": "string"
}
]
}'
Responses
application/json Modified at 2025-07-08 13:30:25