system.kanoa.lot.updateLot
Description
Updates an existing lot.Syntax
updateLot(lotInfo, userId)Parameters:
Returns:
Code Examples
# Example usage
lotInfo = {'lotEventId': 1, 'lotName': 'Lot#2', 'itemId': 68}
userId = 123
recordsModified = system.kanoa.lot.updateLot(lotInfo, userId)
print(recordsModified) # Print the number of records modified