system.kanoa.inventory.updateSupplier(supplierInfo, userId)
Updates a supplier record.
Parameters
supplierInfo Dictionary
| - accountNumber | String | |
| - contactName | String | |
| String | ||
| - enabled | Boolean | |
| - phone | String | |
| - supplierId | (int) | |
| - supplierName | String | |
| - websiteUrl | String |
userId Integer:Id of the user executing the function
Returns
# of records modified Integer
message String None if success
Example