system.kanoa.inventory.updateInventoryLocation(inventoryLocationInfo, userId)
Updates a inventory location record.
Parameters
inventoryLocationInfo Dictionary
| - assetId | Integer | |
| - inventoryLocationId | Integer | |
| - isActive | Boolean | |
| - locationCode | String | |
| - locationName | String | |
| - locationType | String |
userId Integer:Id of the user executing the function
Returns
# of records modified Integer
message String None if success
Example