Skip to main content

system.kanoa.inventory.addPartInventoryBalance(partInventoryBalanceInfo, userId)

Adds a new part inventory balance record.


Parameters

partInventoryBalanceInfo Dictionary

- averageUnitCostFloat
- inventoryAssetIdInteger
- lastCountedAtUtcDateTime
- partIdInteger
- quantityOnHandFloat
- quantityOnOrderFloat
- quantityReservedFloat

userId Integer:Id of the user executing the function


Returns

partInventoryBalanceId Integer
message String None if success


Example