POST TimeSaver/PostEmployeeScanOuts
Request Information
URI Parameters
None.
Body Parameters
EmployeeScanOutName | 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": "5bb1a84c-0852-4c12-91d2-5cfda03be716", "LoggedInUserID": "15ea2d5c-6685-4d74-97d4-6a664e19e4e1", "EmployeeID": "4f53e649-3f86-4eb1-b967-33e2408b8955", "ClockOutTime": "2025-09-05T18:12:30.448478+00:00", "IsProcessed": true, "ProcessedDate": "2025-09-05T18:12:30.448478+00:00", "ClockOutTypeID": 1, "ClockOutReason": "sample string 6", "Latitude": 1.1, "Longitude": 1.1, "FacialVerifed": true, "FacialMatch": true, "FacialConfidence": 9.0, "PhotoID": "6f3edb1f-8eff-4db0-9624-f2a4addb35c4", "IsActive": true }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseName | 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.