system.kanoa.inventory.updateInventoryBin(inventoryBinInfo, userId)
Updates a inventory bin record.
Parameters
inventoryBinInfo Dictionary
| - binCode | String | |
| - binDescription | String | |
| - inventoryBinId | Integer | |
| - inventoryLocationId | Integer | |
| - isActive | Boolean |
userId Integer:Id of the user executing the function
Returns
# of records modified Integer
message String None if success
Example