[
{
"productId": "string",
"categoryId": "string",
"typeId": "string",
"status": 0,
"source": 0
}
]
curl --location --request POST 'https://platform.shopranos.eu/api/assortment//values' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"productId": "string",
"categoryId": "string",
"typeId": "string",
"status": 0,
"source": 0
}
]'
[
{
"id": "string",
"companyId": "string",
"customerId": "string",
"productId": "string",
"categoryId": "string",
"typeId": "string",
"status": 0,
"source": 0,
"insertDate": "2019-08-24T14:15:22Z",
"updateDate": "2019-08-24T14:15:22Z"
}
]