top of page
Post
Create TimeLogs case 101
This API is use to create timelogs record using Employee Code to AanyaHR
End Point
/api/file/import/postInsertIntegration?type=101
Authorization
Authorization code received from Access Token API
Header Params
Series
string
Encrypted Series from "Request Client Key" API
LoginID
string
Encrypted loginId from "Request Client Key" API
User
string
User from "Request Client Key" API's response
Accept
string
Value must be set to "application/json"
Body Params
jsonTimeLogsEmployeeCode
json
"[{
"EmployeeCode": "",
"EmployeeName": "",
"Date": "",
"ClockInOut": ""
}]"
Sample Request
Sample Response 200
Sample Response 404
bottom of page