system.kanoa.inventory.updatePartInventoryBalance(partInventoryBalanceInfo, userId)
Updates a part inventory balance record.
Parameters
partInventoryBalanceInfo Dictionary
| - averageUnitCost | Float | |
| - inventoryAssetId | Integer | |
| - lastCountedAtUtc | DateTime | |
| - partId | Integer | |
| - partInventoryBalanceId | Integer | |
| - quantityOnHand | Float | |
| - quantityOnOrder | Float | |
| - quantityReserved | Float |
userId Integer:Id of the user executing the function
Returns
# of records modified Integer
message String None if success
Example