Discussions

Ask a Question
Back to All

create attendances - [400] Error when trying to insert Attendances periods rows

Hi, i dont unerstand why I am getting this error:

[400] Error when trying to insert Attendances periods rows

for the following Body:

{
"attendances": [
{
"employee": 5543679,
"date": "2024-02-26",
"start_time": "15:00",
"end_time": "15:15",
"break": 5,
"project_id": 5,
"comment": "Test"
},
{
"employee": 5543679,
"date": "2024-02-26",
"start_time": "16:00",
"end_time": "16:33",
"break": 5,
"project_id": 5,
"comment": "Test"
}
]
}

Anyone an idea?