DELETE TimeSaver/DeleteEmployeeScanOuts
Request Information
URI Parameters
None.
Body Parameters
EmployeeScanOut| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| LoggedInUserID | globally unique identifier |
Required |
|
| EmployeeID | globally unique identifier |
Required |
|
| ClockOutTime | date |
Required |
|
| IsProcessed | boolean |
Required |
|
| ProcessedDate | date |
None. |
|
| ClockOutTypeID | ClockOutType |
None. |
|
| ClockOutReason | string |
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": "2726e5e0-421c-419b-806a-8f31131a61f3",
"LoggedInUserID": "e8f2cc4e-d6ef-4fa4-855e-e98b7a80fa46",
"EmployeeID": "0e8d2f0e-d300-4b3d-91ef-55b1ead60903",
"ClockOutTime": "2026-02-14T14:10:40.3469198+00:00",
"IsProcessed": true,
"ProcessedDate": "2026-02-14T14:10:40.3469198+00:00",
"ClockOutTypeID": 1,
"ClockOutReason": "sample string 6",
"Latitude": 1.1,
"Longitude": 1.1,
"FacialVerifed": true,
"FacialMatch": true,
"FacialConfidence": 9.0,
"PhotoID": "53ac4958-0087-4112-a81e-8b1fc3af332b",
"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.