Discussions

Ask a Question
Back to All

Break 0

Hello,

what can I do if I have no break like worktime from 7 to 11. The API tells me Error 400. When I push with break of 30 minutes - there is no problem.

{
"attendances": [
{
"employee": 123456,
"date": "2023-03-24",
"start_time": "07:05",
"end_time": "11:08"
"break": 0
}
]
}