POST TimeSaver/PostEmployeeAttendanceDetails
Request Information
URI Parameters
None.
Body Parameters
EmployeeAttendanceDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| EmployeeAttendanceSummaryID | globally unique identifier |
Required |
|
| EmployeeScanInID | globally unique identifier |
Required |
|
| EmployeeScanOutID | globally unique identifier |
None. |
|
| SiteID | globally unique identifier |
Required |
|
| SiteTeamID | globally unique identifier |
None. |
|
| SiteActivityID | globally unique identifier |
None. |
|
| 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. |
|
| LoggedInUserID | globally unique identifier |
Required |
|
| IsActive | boolean |
Required |
|
| IsClockedOut | boolean |
Required |
|
| ClockOutTypeID | ClockOutType |
None. |
|
| ClockOutReason | string |
None. |
|
| ActualClockInTime | date |
Required |
|
| ThresholdClockInTime | date |
Required |
|
| ActualClockOutTime | date |
None. |
|
| ThresholdClockOutTime | date |
None. |
|
| OvertimeHoursWorked | decimal number |
Required |
|
| OvertimeHours | integer |
Required |
|
| OvertimeMinutes | integer |
Required |
|
| OvertimeSeconds | integer |
Required |
|
| ClockInLatitude | decimal number |
None. |
|
| ClockInLongitude | decimal number |
None. |
|
| ClockOutLatitude | decimal number |
None. |
|
| ClockOutLongitude | decimal number |
None. |
|
| IsOvertime | boolean |
Required |
|
| ApprovedBySecurityGroupUserID | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| FacialScanInMatch | boolean |
Required |
|
| FacialScanOutMatch | boolean |
Required |
|
| ClockInDistanceFromSite | decimal number |
None. |
|
| ClockOutDistanceFromSite | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "3332201b-51a2-4e1a-8d17-8c8bb9e07f32",
"employeeAttendanceSummaryID": "b4ddd2f4-ceee-4773-a66c-c6c539c2958a",
"employeeScanInID": "f1adfa47-2062-42e2-9451-fb1457f66124",
"employeeScanOutID": "2514b722-c6dc-4b11-8e9a-fd280bcfbe3d",
"siteID": "146b0c26-7c8d-4cf8-9bfb-14a7a32f868a",
"siteTeamID": "9c604b08-79c7-48c0-92c6-5538ffe3eee8",
"siteActivityID": "6cb5a0cd-8180-4ced-abe2-999d9b331508",
"hours": 5,
"minutes": 6,
"seconds": 7,
"hoursWorked": 8.0,
"totalBreakMinutes": 9.0,
"decisionID": 1,
"decisionDate": "2026-06-18T12:46:23.1056059+00:00",
"decisionComments": "sample string 10",
"loggedInUserID": "91aab938-973d-4771-b60f-b821f18eba19",
"isActive": true,
"isClockedOut": true,
"clockOutTypeID": 1,
"clockOutReason": "sample string 14",
"actualClockInTime": "2026-06-18T12:46:23.1056059+00:00",
"thresholdClockInTime": "2026-06-18T12:46:23.1056059+00:00",
"actualClockOutTime": "2026-06-18T12:46:23.1056059+00:00",
"thresholdClockOutTime": "2026-06-18T12:46:23.1056059+00:00",
"overtimeHoursWorked": 17.0,
"overtimeHours": 18,
"overtimeMinutes": 19,
"overtimeSeconds": 20,
"clockInLatitude": 1.1,
"clockInLongitude": 1.1,
"clockOutLatitude": 1.1,
"clockOutLongitude": 1.1,
"isOvertime": true,
"approvedBySecurityGroupUserID": "48156e8a-2956-405b-8add-85e5877ce8b5",
"approvalDate": "2026-06-18T12:46:23.1056059+00:00",
"facialScanInMatch": true,
"facialScanOutMatch": true,
"clockInDistanceFromSite": 1.1,
"clockOutDistanceFromSite": 1.1
}
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.