system.kanoa.inventory.addInventoryTransactionType(inventoryTransactionTypeInfo, userId)
Adds a new 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
inventorytransactiontypeId Integer
message String None if success
Example