Request
Body Params application/json
{
"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"
}
Request samples
curl --location --request POST 'https://platform.shopranos.eu/api/InventoryLevels' \
--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"
}'
Responses
application/json {
"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"
}
Modified at 2025-02-11 12:12:00