Managing Punch Entries

Overview

Managing punch entries is essential for tracking employee attendance and work hours. This section covers how to create and delete punch entries for employees.

Creating Punch Entries

To create a new punch entry for an employee::

create an employee's punch entry with
    the EntryType is "clock in"
    the PunchTime is "2023-04-01T08:00:00"
    the EmployeeId is "12345"
    the PunchDesc is "Morning shift start"
    the PunchType is "start"

Deleting Punch Entries

To delete an existing punch entry for an employee:

delete the employee's punch entry with
    the punch ID is "12345"

Last updated

Was this helpful?