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
Sample:
{ "ClockingDate": "2025-05-02T15:37:17.1688512+01:00", "AbsenceEndDate": "2025-05-02T15:37:17.1688512+01:00", "AbsenceID": 1, "IsReturnToWork": false }
text/html
Sample:
{"ClockingDate":"2025-05-02T15:37:17.1688512+01:00","AbsenceEndDate":"2025-05-02T15:37:17.1688512+01:00","AbsenceID":1,"IsReturnToWork":false}
application/xml, text/xml
Sample:
<ReturnToWork xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Carval.SelfService.BLL.Clocktimes"> <AbsenceEndDate>2025-05-02T15:37:17.1688512+01:00</AbsenceEndDate> <AbsenceID>1</AbsenceID> <ClockingDate>2025-05-02T15:37:17.1688512+01:00</ClockingDate> </ReturnToWork>