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": "39fec479-2776-4f8b-be3c-7b4cb9010241",
"LoggedInUserID": "fc43e0f5-e774-40a8-878c-59025972cba6",
"EmployeeID": "9660c48e-8bd4-4693-8e57-39ffde6878dc",
"ClockOutTime": "2026-05-06T11:51:30.3017728+00:00",
"IsProcessed": true,
"ProcessedDate": "2026-05-06T11:51:30.3017728+00:00",
"ClockOutTypeID": 1,
"ClockOutReason": "sample string 6",
"Latitude": 1.1,
"Longitude": 1.1,
"FacialVerifed": true,
"FacialMatch": true,
"FacialConfidence": 9.0,
"PhotoID": "3ef49888-5f94-436f-8700-60f9616bba9f",
"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.