Discussions
Function 'outputErrors' finished with error! Cannot read properties of undefined (reading 'length')
10 months ago by Lars Bruder
Hello,
when I try to POST an attendance via the make connection, I always get the error "Function 'outputErrors' finished with error! Cannot read properties of undefined (reading 'length')"
The input should be correct according to the api documentation
Content-Type
application/json
{
"attendances": [
{
"employee": 19999999,
"date": "2024-01-31",
"start_time": "03:19",
"end_time": "11:19",
"break": 30
}
]
}
Where can I make a change that the call gets through?