timeclock.manage

Manage individual clock time or csv id's of clock times

SUPPORTED METHODS:

GET

ParametersTypeDescription
token (required)Valid token
id (required)varcharTime clock id
action (required)enum (approve, unapprove, reject, delete)approve: Approve timeclock
unapprove: Unapprove timeclock
reject: Reject timeclock
delete: Delete timeclock
comment (accepted)varcharComment

DOCUMENTATION

GET
Manage individual clock time or csv id's of clock times
Level 5 is required (all users can fetch this module)

--

Example Request:

{
   "module":"timeclock.manage",
   "method":"GET",
   "request":{
      "id":"15553",
      "action":"approve"
   }
}

Example Response:

{
   "status":1,
   "data":1,
   "token":"xxxxxxx"
}