system.kanoa.shift.updateShift
Description
Updates a shift (kanoaOps).Syntax
updateShift(shiftInfo, userId)- shiftInfo (Dictionary) - Shift information.
- userId (Integer) - User ID.
- # of records modified.
Code Example
# Example Usage:
modifiedRecords = system.kanoa.shift.updateShift({'shiftId': 1, 'shiftNameId': 2, 'assetId': 18, 'shiftColor': '#00FF00'}, 123)