Discussions

Ask a Question
Back to All

/company/absence-periods 500 Status

Ich mache ein Post request und bekomme 500 Status Code
{"success":false,"error":{"code":500,"message":"Something went wrong"}}

das TimeOffTypeId ist id von dem type, der 'unit': 'hour' hat.
Könnten Sie bitte mir erklären, warum geht es so?

{
"employeeId": xxxxxx,
"timeOffTypeId": xxxxxx,
"startDate": "2020-02-02",
"endDate": "2020-02-02",
"startTime": "08:00",
"endTime": "09:00",
"comment": "string"
}