GET api/Attendance/geteSSLAttendanceRecordUpdate?attendanceCode={attendanceCode}&attenDate={attenDate}&userid={userid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| attendanceCode | string |
Required |
|
| attenDate | string |
Required |
|
| userid | decimal number |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
ESSLAttendanceViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | decimal number |
None. |
|
| AttendanceCode | string |
None. |
|
| FullName | string |
None. |
|
| AttendanceWorkDate | date |
None. |
|
| PunchHours | string |
None. |
|
| BreakHours | string |
None. |
|
| GrossHours | string |
None. |
|
| TotalMinuteBreakHours | decimal number |
None. |
|
| TotalMinutePunchHours | decimal number |
None. |
|
| isMismatch | boolean |
None. |
|
| FirstTimeIn | string |
None. |
|
| LastTimeOut | string |
None. |
|
| LastTimeIn | string |
None. |
|
| isAbsent | boolean |
None. |
|
| isWeekend | boolean |
None. |
|
| isWeekOffLeave | boolean |
None. |
|
| isHoliday | boolean |
None. |
|
| isFullday | boolean |
None. |
|
| isHalfday | boolean |
None. |
|
| LeaveType | string |
None. |
|
| ShiftName | string |
None. |
|
| StartTime | time interval |
None. |
|
| EndTime | time interval |
None. |
|
| lstAttendanceReportList | Collection of ESSLAttendanceViewModel |
None. |
|
| endDate | date |
None. |
|
| Punch | string |
None. |
|
| Latitude | string |
None. |
|
| Longitude | string |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.