system.kanoa.inventory.addInventoryLocation(inventoryLocationInfo, userId)
Adds a new inventory location record.
Parameters
inventoryLocationInfo Dictionary
| - assetId | Integer | |
| - isActive | Boolean | |
| - locationCode | String | |
| - locationName | String | |
| - locationType | String |
userId Integer:Id of the user executing the function
Returns
inventorylocationId Integer
message String None if success
Example