timeclock.savenote

Save timeclock note.

SUPPORTED METHODS:

GET

ParametersTypeDescription
token (required)Valid token
id (required)integerTime Clock id
notes (accepted)varcharNotes

DOCUMENTATION

GET
Add notes to clock time.
Level 5 is required.

--
Example Request:

{
   "module":"timeclock.savenote",
   "method":"GET",
   "request":{
      "id":12354,
      "notes":"Test note"
   }
}

Example Response:

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