1 2 3 4 5 | #The following command updates existing employee data.
curl --location --request POST ' https://hinote.in/hrworks/api/post/AttendanceInput.do?key=<customer_api_key>\<customer_api_key>\
--header 'Content-Type: text/plain' \
--data-raw '{"employeeId": "XYZ0001", "nameInBankAccount": "Deepika Sharma"}'
|