[
{
"productId": "string",
"companyId": "string",
"customerId": "string",
"branchId": "string",
"excluded": true,
"sourceType": "Import",
"createdBy": "string",
"modifiedBy": "string",
"createdAt": "2019-08-24T14:15:22Z",
"modifiedAt": "2019-08-24T14:15:22Z"
}
]
curl --location --request POST 'https://platform.shopranos.eu/api/assortment/upload/values' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"productId": "string",
"companyId": "string",
"customerId": "string",
"branchId": "string",
"excluded": true,
"sourceType": "Import",
"createdBy": "string",
"modifiedBy": "string",
"createdAt": "2019-08-24T14:15:22Z",
"modifiedAt": "2019-08-24T14:15:22Z"
}
]'
{}