system.kanoa.inventory.updateCostCenter(costCenterInfo, userId)
Updates a cost center record.
Parameters
costCenterInfo Dictionary
| - costCenterCode | String | |
| - costCenterId | Integer | |
| - costCenterName | String |
userId Integer:Id of the user executing the function
Returns
# of records modified Integer
message String None if success
Example