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