timeclock.forceclockout

Force clock out.

SUPPORTED METHODS:

GET

ParametersTypeDescription
token (required)Valid token
id (required)integerEmployee id

DOCUMENTATION

GET
Forces clockout.
Level 5 is required.

--

Example Request:

{
   "module":"timeclock.forceclockout",
   "method":"GET",
   "request":{
      "id":297250
   }
}

Example Response:

{
   "status":"1",
   "data":"Clock out successfully!",
   "token":"xxxxxxxx"
}