PUT TimeSaver/PutEmployeeScanOuts
Request Information
URI Parameters
None.
Body Parameters
Collection of 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": "1",
"id": "53105376-2301-4a1c-ae29-6a1b83078758",
"loggedInUserID": "f0687e01-63fc-4927-bb4d-92cd0d292af8",
"employeeID": "0518debc-8d55-426e-8d46-ad4d4ad22a59",
"clockOutTime": "2026-06-18T12:46:24.074351+00:00",
"isProcessed": true,
"processedDate": "2026-06-18T12:46:24.074351+00:00",
"clockOutTypeID": 1,
"clockOutReason": "sample string 6",
"latitude": 1.1,
"longitude": 1.1,
"facialVerifed": true,
"facialMatch": true,
"facialConfidence": 9.0,
"photoID": "05384d2c-f757-4ca7-9d5e-ac645ff1871b",
"isActive": true
},
{
"$ref": "1"
}
]
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. |
|
| Response | ServiceItem |
None. |
|
| LatestDataTimestampUtc | date |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.