Post Bulk Attendance
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-ID
X-CLIENT-ID
X-CLIENT-SECRET
Request
This endpoint expects an object.
attendances
Response
OK
success
errorMessages

