PUT TimeSaver/PutEmployeeScanOut
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": "49dc4888-6e34-4dbc-a0e5-aa30addc2b6d", "LoggedInUserID": "0a8cf03f-6a8f-47ab-b8cb-9a797aa326ad", "EmployeeID": "45f77539-5c0b-47dc-9ba5-c8feae7bf528", "ClockOutTime": "2025-09-05T18:12:27.6285905+00:00", "IsProcessed": true, "ProcessedDate": "2025-09-05T18:12:27.6285905+00:00", "ClockOutTypeID": 1, "ClockOutReason": "sample string 6", "Latitude": 1.1, "Longitude": 1.1, "FacialVerifed": true, "FacialMatch": true, "FacialConfidence": 9.0, "PhotoID": "2d753ae2-5301-4b79-9b4b-1518355a6cc7", "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.