Discussions

Ask a Question
Back to All

https://api.personio.de/v1/company/time-offs

I get in Postman and also via the try button the error:

{
"success": false,
"error": {
"message": "The given data was invalid.",
"code": 0,
"error_data": {
"employees": [
"The employees must be an array."
]
}
}
}

What do I have to consider to make it work?