[
{
"id": "string",
"productVariantId": "string",
"productId": "string",
"companyId": "string",
"locationId": "string",
"quantity": 0,
"expectedInventoryLines": [
{
"deliveryDate": "2019-08-24T14:15:22Z",
"expectedQuantity": 0
}
],
"updateDate": "2019-08-24T14:15:22Z"
}
]
curl --location --request POST 'https://platform.shopranos.eu/api/InventoryLevels/import' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"id": "string",
"productVariantId": "string",
"productId": "string",
"companyId": "string",
"locationId": "string",
"quantity": 0,
"expectedInventoryLines": [
{
"deliveryDate": "2019-08-24T14:15:22Z",
"expectedQuantity": 0
}
],
"updateDate": "2019-08-24T14:15:22Z"
}
]'
{}