PUT TimeSaver/PutEmployeeScanOut
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": "cdef4a4c-8445-42bc-b06a-2adf3fe8bcfa",
"LoggedInUserID": "bb758d0c-a844-405f-a157-77e18ccb130a",
"EmployeeID": "019d2f18-0368-478b-8df5-c6ae457371c6",
"ClockOutTime": "2026-02-04T05:26:37.4683754+00:00",
"IsProcessed": true,
"ProcessedDate": "2026-02-04T05:26:37.4683754+00:00",
"ClockOutTypeID": 1,
"ClockOutReason": "sample string 6",
"Latitude": 1.1,
"Longitude": 1.1,
"FacialVerifed": true,
"FacialMatch": true,
"FacialConfidence": 9.0,
"PhotoID": "2164bacc-663a-4de9-bb00-f287563ac5e9",
"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.