Clock out
This will sign out the user for the day. If any existing activities are open, they will be closed automatically at this time. For example, these properties must be sent as the request body (in JSON format) for this POST body (UserAttendanceDTO Object) API call:
- userid: matthew.cenci@infor.com
- action: clock out
- prepunchgraceperiod: 15
- postpunchgraceperiod: 0
These conditions may generate these messages:
- If an incorrect or unrecognized is
occurred:
Invalid Timeclock Action specified - must be clockin or clockout
- If the prepunch grace period is less than 0 or greater than
59:
Pre-Punch grace period must be an integer between 0 and 59 (minutes).
- If the postpunch grace period is less than 0 or greater than
59:
Post-Punch grace period must be an integer between 0 and 59 (minutes).
- If the provided user name is not valid or does not exist in system or is not
active:
Invalid user id specified, or user is not active.
- If a user attempt to clock in without first clocking
out:
User has an active attendance record; please clock out before attempting to clock in.