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": "f27e2e80-4233-49cf-9bf0-636daa26a806",
"LoggedInUserID": "d82655d3-9300-47ec-8556-7f32db369129",
"EmployeeID": "f512a998-ff01-489f-881c-8c5816daa021",
"SiteID": "e86920c4-83fc-4b93-b2e4-0e7443889a33",
"SiteActivityID": "eef2fcd5-17b0-402b-984a-8cb22bb7c5e7",
"ClockInTime": "2026-02-04T05:26:20.0509062+00:00",
"IsNightShift": true,
"IsProcessed": true,
"ProcessedDate": "2026-02-04T05:26:20.0509062+00:00",
"Latitude": 1.1,
"Longitude": 1.1,
"FacialVerifed": true,
"FacialMatch": true,
"FacialConfidence": 10.0,
"PhotoID": "3215397c-ec23-4db4-982b-85380084c145",
"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.