DELETE TimeSaver/DeleteEmployeeScanOuts
Request Information
URI Parameters
None.
Body Parameters
EmployeeScanOutName | 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": "fa29ffe8-99a9-43eb-bb56-2a1ae77ac50e", "LoggedInUserID": "9981a4d6-c452-4a25-80b1-1959f287cf1e", "EmployeeID": "70762b52-d922-4597-af44-5af8a4a36437", "ClockOutTime": "2025-09-05T20:07:49.5269439+00:00", "IsProcessed": true, "ProcessedDate": "2025-09-05T20:07:49.5269439+00:00", "ClockOutTypeID": 1, "ClockOutReason": "sample string 6", "Latitude": 1.1, "Longitude": 1.1, "FacialVerifed": true, "FacialMatch": true, "FacialConfidence": 9.0, "PhotoID": "0a05128e-2a9a-43b5-8bef-223096494862", "IsActive": true }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseName | 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.