_setClockoutTime
Sets the Clock-out time for a User Clock-in
Parameters
id
The ID of the User Clock-in you're modifying the Clock-out time of
time
An integer variable (epoch time format) used to set the Clock-out time of the User Clock-in
Example
Results
On Success
On Failure
If the "id" parameter is missing or has a value less than 1
If the "id" parameter does not match the ID of any existing User Clock-in
Last updated