system.kanoa.inventory.updatePartCategory(partCategoryInfo, userId)
Updates a part record.
Parameters
partCategoryInfo Dictionary
| - categoryName | String | |
| - enabled | Boolean | |
| - parentPartCategoryId | Integer | |
| - partCategoryId | Integer | |
| - sortOrder | Integer |
userId Integer:Id of the user executing the function
Returns
# of records modified Integer
message String None if success
Example