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": "3f92b268-be6b-415a-99a4-2d96d3c21cfd",
"LoggedInUserID": "83b37f61-2577-4fe6-b22c-3cf0f603ec8a",
"EmployeeID": "cec30a3c-7fe4-4e68-8345-8c9d4ac92906",
"ClockOutTime": "2026-02-04T05:26:32.8044093+00:00",
"IsProcessed": true,
"ProcessedDate": "2026-02-04T05:26:32.8044093+00:00",
"ClockOutTypeID": 1,
"ClockOutReason": "sample string 6",
"Latitude": 1.1,
"Longitude": 1.1,
"FacialVerifed": true,
"FacialMatch": true,
"FacialConfidence": 9.0,
"PhotoID": "415838ad-b094-4d44-9c89-b2852d6ed95a",
"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.