DELETE TimeSaver/DeleteEmployeeScanIns
Request Information
URI Parameters
None.
Body Parameters
EmployeeScanIn| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| LoggedInUserID | globally unique identifier |
Required |
|
| EmployeeID | globally unique identifier |
Required |
|
| SiteID | globally unique identifier |
Required |
|
| SiteActivityID | globally unique identifier |
None. |
|
| ClockInTime | date |
Required |
|
| IsNightShift | boolean |
Required |
|
| IsProcessed | boolean |
Required |
|
| ProcessedDate | date |
None. |
|
| Latitude | decimal number |
None. |
|
| Longitude | decimal number |
None. |
|
| FacialVerifed | boolean |
Required |
|
| FacialMatch | boolean |
Required |
|
| FacialConfidence | decimal number |
Required |
|
| PhotoID | globally unique identifier |
None. |
|
| IsActive | boolean |
Required |
Request Formats
application/json, text/json
Sample:
{
"ID": "2a3a9a37-07ba-45f0-affa-e5d2d116c447",
"LoggedInUserID": "16626e1b-4f2e-4c5b-a2ce-910bd635a76d",
"EmployeeID": "2fc0c232-e7bd-4a3a-abb8-290fe730ee00",
"SiteID": "2d0829b2-e2df-4c81-8f4a-d849a221c214",
"SiteActivityID": "4ad42e3d-29f9-438a-be17-4cf3bd26066c",
"ClockInTime": "2026-02-14T14:10:08.2568781+00:00",
"IsNightShift": true,
"IsProcessed": true,
"ProcessedDate": "2026-02-14T14:10:08.2568781+00:00",
"Latitude": 1.1,
"Longitude": 1.1,
"FacialVerifed": true,
"FacialMatch": true,
"FacialConfidence": 10.0,
"PhotoID": "940b7abf-40cc-4540-96ed-d0be6554831a",
"IsActive": true
}
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.