PUT TimeSaver/PutEmployeeAttendanceSummary
Request Information
URI Parameters
None.
Body Parameters
EmployeeAttendanceSummary| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| EmployeeID | globally unique identifier |
Required |
|
| SiteShiftID | globally unique identifier |
None. |
|
| QueryCategoryID | globally unique identifier |
None. |
|
| AttendanceDate | date |
Required |
|
| Hours | integer |
Required |
|
| Minutes | integer |
Required |
|
| Seconds | integer |
Required |
|
| HoursWorked | decimal number |
Required |
|
| TotalBreakMinutes | decimal number |
Required |
|
| DecisionID | DecisionType |
Required |
|
| DecisionDate | date |
None. |
|
| DecisionComments | string |
None. |
|
| IsQuery | boolean |
Required |
|
| IsClockedOut | boolean |
Required |
|
| ActualClockInTime | date |
None. |
|
| ThresholdClockInTime | date |
None. |
|
| ActualClockOutTime | date |
None. |
|
| ThresholdClockOutTime | date |
None. |
|
| OvertimeHoursWorked | decimal number |
Required |
|
| OvertimeHours | integer |
Required |
|
| OvertimeMinutes | integer |
Required |
|
| OvertimeSeconds | integer |
Required |
|
| IsOvertime | boolean |
Required |
|
| ApprovedBySecurityGroupUserID | globally unique identifier |
None. |
|
| ApprovedDate | date |
None. |
|
| Notes | string |
None. |
|
| IsConfirmed | boolean |
Required |
|
| ConfirmedDateTime | date |
None. |
|
| ConfirmedBySecurityGroupUserID | globally unique identifier |
None. |
|
| UnprocessedScans | boolean |
Required |
|
| RunningCompressedTotalWorked | decimal number |
None. |
|
| CompressedExpectedWeekHours | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "5fb2a24b-74c4-48ec-9c48-306e7b70dcff",
"employeeID": "28c9b2b1-a511-40d7-8c8e-1090d039d60d",
"siteShiftID": "2839ed1e-47d6-4324-87f6-ece8e56f9413",
"queryCategoryID": "ccba6ddc-f537-469e-b5cc-3d007bef053f",
"attendanceDate": "2026-06-18T12:46:23.324355+00:00",
"hours": 4,
"minutes": 5,
"seconds": 6,
"hoursWorked": 7.0,
"totalBreakMinutes": 8.0,
"decisionID": 1,
"decisionDate": "2026-06-18T12:46:23.324355+00:00",
"decisionComments": "sample string 9",
"isQuery": true,
"isClockedOut": true,
"actualClockInTime": "2026-06-18T12:46:23.324355+00:00",
"thresholdClockInTime": "2026-06-18T12:46:23.324355+00:00",
"actualClockOutTime": "2026-06-18T12:46:23.324355+00:00",
"thresholdClockOutTime": "2026-06-18T12:46:23.324355+00:00",
"overtimeHoursWorked": 12.0,
"overtimeHours": 13,
"overtimeMinutes": 14,
"overtimeSeconds": 15,
"isOvertime": true,
"approvedBySecurityGroupUserID": "0ae3c52c-1310-412f-868a-0b212d64ce5d",
"approvedDate": "2026-06-18T12:46:23.324355+00:00",
"notes": "sample string 17",
"isConfirmed": true,
"confirmedDateTime": "2026-06-18T12:46:23.324355+00:00",
"confirmedBySecurityGroupUserID": "151f5337-b15f-44e5-83cc-d7cf05d14ce5",
"unprocessedScans": true,
"runningCompressedTotalWorked": 1.0,
"compressedExpectedWeekHours": 1.0
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| Code | string |
None. |
|
| Response | ServiceItem |
None. |
|
| LatestDataTimestampUtc | date |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.