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": "ff25bd82-2469-43e2-aab4-02d32e6cacf3",
"LoggedInUserID": "77ce30b1-c119-4c5b-9e1b-b6353ecc831e",
"EmployeeID": "d5e37648-ae34-474a-9e86-80519710181d",
"ClockOutTime": "2026-03-07T08:48:12.1123838+00:00",
"IsProcessed": true,
"ProcessedDate": "2026-03-07T08:48:12.1123838+00:00",
"ClockOutTypeID": 1,
"ClockOutReason": "sample string 6",
"Latitude": 1.1,
"Longitude": 1.1,
"FacialVerifed": true,
"FacialMatch": true,
"FacialConfidence": 9.0,
"PhotoID": "b93a183f-ebf4-45d0-8743-2704e774d97e",
"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. |
|
| StackTrace | string |
None. |
|
| Response | ServiceItem |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.