Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

1
2
3
4
5
6
7
8
9
10
11

#The following command posts attendance data.

curl -F "key=<hrworks_user_id>" Curl -F " input=@<local reference to the attendance data file>" https://www.hinote.in/hrworks/AttendanceFileUploadAttendanceFileupload.do?key=<customer_api_key>"





curl -F "key=<hrworks_user_id>" -F "input=@<local reference to the attendance data file>" https://www.hinote.in/hrworks/AttendanceFileUpload.do

...