system.kanoa.inventory.addManufacturer(manufacturerInfo, userId)
Adds a new manufacturer record.
Parameters
manufacturerInfo Dictionary
| - enabled | Boolean | |
| - manufacturerCode | String | |
| - manufacturerName | String | |
| - websiteUrl | String |
userId Integer:Id of the user executing the function
Returns
manufacturerId Integer
message String None if success
Example