Discussions
How to update ONLY ClockOut of particular employee.
over 6 years ago by amit savant
There is Employee ClockIn/ClockOut api's for entering the InTime and OutTime details.
clockin - https://www.humanity.com/api/v2/employees/id/clockin
clockout - https://www.humanity.com/api/v2/employees/123/clockout?access_token=xxxxxxx
assume that the employee "abc" has already ClockIn and ClockOut in the scheduler,
so now if i want to update only "ClockOut" then which API i need to use.