Adds/updates the actual punch in and punch out times for an employee.
EmployeeActual
EmployeeActual has the following structure:
|
Field |
Type |
Required |
Description |
|
Id |
Integer |
Yes |
Id of the actual time record. |
|
ObjectState |
Enumeration |
Yes |
Indicates the status of the object. -1 = Unchanged 0 = New/Added 1 = Changed 2 = Deleted |
|
CardDate |
Date |
Yes |
Date of the actual time record. |
|
EmployeeId |
Integer |
Yes |
Id of the employee associated actual time record. |
|
WorkActivityId |
Integer |
Yes |
Id of the work activity associated actual time record. |
|
ScheduleId |
Integer |
No |
Id of the schedule associated actual time record. |
|
TimeIn |
String |
Yes |
Time the employee punched in, in military (HHMM) format. |
|
TimeOut |
String |
Yes |
Time the employee punched out, in military (HHMM) format. |