1 2 3 4 5 | #The following command uploads attendance employee data.
curl --location --request POST ' https://hinote.in/hrworks/api/post/AttendanceInput.do?key=<customer_api_key>\
--header 'Content-Type: text/plain' \
--data-raw '{"employeeId": "XYZ00011001", "location": "ChennaiOffice-MainEntrance", "swipeTime": "2025-08-03 10:05:00+05:30", "loactionin_out": "Deepika SharmaIn"}'
|