POST TimeSaver/PostEmployeeAttendanceSummaries
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": "c82bbaf5-5985-488a-8e35-8b28a7927a50",
"EmployeeID": "bd21cfd7-d289-471f-8f8e-8414412bcfe0",
"SiteShiftID": "4bb2599e-3386-422e-9dd8-c82f503d41c2",
"QueryCategoryID": "aa3697d3-226c-4939-be94-257fcaa00eb9",
"AttendanceDate": "2026-02-04T05:26:21.2383496+00:00",
"Hours": 4,
"Minutes": 5,
"Seconds": 6,
"HoursWorked": 7.0,
"TotalBreakMinutes": 8.0,
"DecisionID": 1,
"DecisionDate": "2026-02-04T05:26:21.2383496+00:00",
"DecisionComments": "sample string 9",
"IsQuery": true,
"IsClockedOut": true,
"ActualClockInTime": "2026-02-04T05:26:21.2383496+00:00",
"ThresholdClockInTime": "2026-02-04T05:26:21.2383496+00:00",
"ActualClockOutTime": "2026-02-04T05:26:21.2383496+00:00",
"ThresholdClockOutTime": "2026-02-04T05:26:21.2383496+00:00",
"OvertimeHoursWorked": 12.0,
"OvertimeHours": 13,
"OvertimeMinutes": 14,
"OvertimeSeconds": 15,
"IsOvertime": true,
"ApprovedBySecurityGroupUserID": "7a4c7358-d131-48c0-8c83-d13deb056ad8",
"ApprovedDate": "2026-02-04T05:26:21.2383496+00:00",
"Notes": "sample string 17",
"IsConfirmed": true,
"ConfirmedDateTime": "2026-02-04T05:26:21.2383496+00:00",
"ConfirmedBySecurityGroupUserID": "19336b21-03d9-4d5f-b8ec-2f47f617e810",
"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.