Post Bulk Attendance

View as Markdown
This API endpoint allows you to make an HTTP POST request to post bulk attendance data. ### Request Body The request body should be in raw format and should contain an array of objects under the key "attendances". Each object should have the following properties: - empCode (string): The employee code. - date (string): The date of the attendance. - check_in (number): The check-in time. - check_out (number): The check-out time. - available (boolean): The availability status. - status (string): The status of the attendance.

Headers

DICE-APP-IDstringOptional
X-CLIENT-IDstringOptional
X-CLIENT-SECRETstringOptional

Request

This endpoint expects an object.
attendanceslist of objectsRequired

Response

OK
successboolean
errorMessagesstring