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": "1b3b4f2c-772f-47da-ab27-14990b87d48d",
"EmployeeID": "5ceeb5a1-1b2e-44f8-8072-c7ff7739d558",
"SiteShiftID": "a470ec0b-cdd7-4d85-883e-216d6681851f",
"QueryCategoryID": "d08d072e-3416-497f-a57e-9cd15f704af0",
"AttendanceDate": "2026-02-04T05:26:17.2227026+00:00",
"Hours": 4,
"Minutes": 5,
"Seconds": 6,
"HoursWorked": 7.0,
"TotalBreakMinutes": 8.0,
"DecisionID": 1,
"DecisionDate": "2026-02-04T05:26:17.2227026+00:00",
"DecisionComments": "sample string 9",
"IsQuery": true,
"IsClockedOut": true,
"ActualClockInTime": "2026-02-04T05:26:17.2227026+00:00",
"ThresholdClockInTime": "2026-02-04T05:26:17.2227026+00:00",
"ActualClockOutTime": "2026-02-04T05:26:17.2227026+00:00",
"ThresholdClockOutTime": "2026-02-04T05:26:17.2227026+00:00",
"OvertimeHoursWorked": 12.0,
"OvertimeHours": 13,
"OvertimeMinutes": 14,
"OvertimeSeconds": 15,
"IsOvertime": true,
"ApprovedBySecurityGroupUserID": "fbc04392-0d81-49dc-a6cb-d2333aeec413",
"ApprovedDate": "2026-02-04T05:26:17.2227026+00:00",
"Notes": "sample string 17",
"IsConfirmed": true,
"ConfirmedDateTime": "2026-02-04T05:26:17.2227026+00:00",
"ConfirmedBySecurityGroupUserID": "a33302dc-88be-40a6-92a2-9f7e5ba94c07",
"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. |
|
| StackTrace | string |
None. |
|
| Response | ServiceItem |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.