Appearance
POST
/warehouse-management/stock-balance/reservationsRequired scope:
viskan:stockreservation:createCreates new or updates existing reservations in the warehouse management system.
Request body
JSON
{
"desiredQuantity": 12345,
"priceLookUpNumber": "...",
"reference": "...",
"stockKeepingUnitId": 12345,
"warehouseId": 12345,
"warehouseNumber": "..."
}
Response
The reservations were successfully created or updated.