...
You can generate the API key for your organization yourself.
1.2 Endpoint
https://www.hinote.in/hrworks/api/v1/addEmployeeAttendanceFileUpload.do?key=<customer_api_key>
You need to use https in your API call.
...
Input can be provided as a request parameter named inputData or as a request body. Input should comply with the output of the schema API. A typical example is as follows.
|
input. The data file should be an xls file (in MS Excel 97/2000/XP format) or in the CSV format. The template file for this can be downloaded from HRWorks application itself.
The template file contains the following columns:
- Employee Id: Employee Id as specified in HRWorks.
- Date: Date for which attendance is being uploaded. Should be Excel date value.
- In Time: Date and Time of the employee entry time. Should be Excel date time value.
- Out Time: Date and Time of the employee exit time. Should be Excel date time value.
- In Location: Should be left as blank. Created for future use.
- Out Location: Should be left as blank. Created for future use.
- Comments: Any relevant comments for the attendance entry. Can be left blank.
3. Response
If the Add Employee request API call is successful, the API shall return a response such as the below.
...
The data file should be an xls file (in MS Excel 97/2000/XP format) or in the CSV format. The template file for this can be downloaded from HRWorks application itself. The template file contains the following columns:
...