POST api/GetCommonIsReturnToWork
Get the return to work details for an employee
Request Information
Payload
| Name | Payload Parameters | Additional information |
|---|---|---|
| Parameters | int Personnel_Number |
None. |
Response Information
Response body formats
application/json, text/json
{
"ClockingDate": "2025-11-04T09:29:30.9797323+00:00",
"AbsenceEndDate": "2025-11-04T09:29:30.9797323+00:00",
"AbsenceID": 1,
"IsReturnToWork": false
}
text/html
{"ClockingDate":"2025-11-04T09:29:30.9797323+00:00","AbsenceEndDate":"2025-11-04T09:29:30.9797323+00:00","AbsenceID":1,"IsReturnToWork":false}
application/xml, text/xml
<ReturnToWork xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Carval.SelfService.BLL.Clocktimes"> <AbsenceEndDate>2025-11-04T09:29:30.9797323+00:00</AbsenceEndDate> <AbsenceID>1</AbsenceID> <ClockingDate>2025-11-04T09:29:30.9797323+00:00</ClockingDate> </ReturnToWork>