PUT TimeSaver/PutEmployeeScanIns
Request Information
URI Parameters
None.
Body Parameters
Collection of EmployeeScanIn| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| LoggedInUserID | globally unique identifier |
Required |
|
| EmployeeID | globally unique identifier |
Required |
|
| SiteID | globally unique identifier |
Required |
|
| SiteActivityID | globally unique identifier |
None. |
|
| ClockInTime | date |
Required |
|
| IsNightShift | boolean |
Required |
|
| IsProcessed | boolean |
Required |
|
| ProcessedDate | date |
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": "eb392fad-04e7-4bb0-942e-154a62f6ca6c",
"LoggedInUserID": "01c09eb2-c34d-427d-bbc4-2e020b50fc58",
"EmployeeID": "3538713b-d736-46bc-bd0e-ab121dfd5147",
"SiteID": "f83ab517-87e8-46ae-b413-f7527d703b96",
"SiteActivityID": "7b36ee40-1a8e-4385-8a3a-83978e57de2d",
"ClockInTime": "2026-02-04T05:26:28.9744257+00:00",
"IsNightShift": true,
"IsProcessed": true,
"ProcessedDate": "2026-02-04T05:26:28.9744257+00:00",
"Latitude": 1.1,
"Longitude": 1.1,
"FacialVerifed": true,
"FacialMatch": true,
"FacialConfidence": 10.0,
"PhotoID": "858c3761-a352-470c-a26e-af4780b408fd",
"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.