DELETE TimeSaver/DeleteEmployeeAttendanceSummaries
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": "51dcda2b-c387-42ef-bf37-0c7f4446fe2e",
"EmployeeID": "70a006d4-073d-4791-947f-143d2886fa57",
"SiteShiftID": "369b32e8-31dd-4e5d-9052-d43213a6bb12",
"QueryCategoryID": "69947420-012a-464f-94b4-8ede6281d930",
"AttendanceDate": "2026-02-04T05:26:15.7852089+00:00",
"Hours": 4,
"Minutes": 5,
"Seconds": 6,
"HoursWorked": 7.0,
"TotalBreakMinutes": 8.0,
"DecisionID": 1,
"DecisionDate": "2026-02-04T05:26:15.7852089+00:00",
"DecisionComments": "sample string 9",
"IsQuery": true,
"IsClockedOut": true,
"ActualClockInTime": "2026-02-04T05:26:15.7852089+00:00",
"ThresholdClockInTime": "2026-02-04T05:26:15.7852089+00:00",
"ActualClockOutTime": "2026-02-04T05:26:15.7852089+00:00",
"ThresholdClockOutTime": "2026-02-04T05:26:15.7852089+00:00",
"OvertimeHoursWorked": 12.0,
"OvertimeHours": 13,
"OvertimeMinutes": 14,
"OvertimeSeconds": 15,
"IsOvertime": true,
"ApprovedBySecurityGroupUserID": "37476051-fb2c-487c-ad11-66aacac5c8d6",
"ApprovedDate": "2026-02-04T05:26:15.7852089+00:00",
"Notes": "sample string 17",
"IsConfirmed": true,
"ConfirmedDateTime": "2026-02-04T05:26:15.7852089+00:00",
"ConfirmedBySecurityGroupUserID": "73b4ce25-6ca8-4e59-a378-35ae1623cca3",
"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.