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