system.kanoa.item.updateMeasureSourceType(measureSourceTypeInfo, userId)
Updates a measure source type. All measureSourceTypeInfo keys are required.
Parameters
measureSourceTypeInfo Dictionary
| - description | String | |
| - enabled | Boolean | |
| - measureSourceTypeId | Integer | |
| - measureSourceTypeName | String |
userId Integer:Id of the user executing the function
Returns
# of records modified Integer
message String None if success
Example