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 the user has not clocked in for the day a message will display.

If anything goes wrong in the LaborManager’s logout function, a message will display.