system.kanoa.inventory.updateInventoryTransactionType(inventoryTransactionTypeInfo, userId)
Updates a inventory transaction type record.
Parameters
inventoryTransactionTypeInfo Dictionary
| - inventoryTransactionTypeId | Integer | |
| - quantitySign | String | |
| - transactionTypeCode | String | |
| - transactionTypeName | String |
userId Integer:Id of the user executing the function
Returns
# of records modified Integer
message String None if success
Example