DELETE TimeSaver/DeleteEmployeeScanIns

Request Information

URI Parameters

None.

Body Parameters

EmployeeScanIn
NameDescriptionTypeAdditional 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": "34fd0d8d-a8f2-4f6a-a378-c10eb362e301",
  "LoggedInUserID": "ee5a5b17-b7d0-4c18-bf61-a4e06fd53218",
  "EmployeeID": "c76f700f-22db-4d87-8965-2c9eea90b553",
  "SiteID": "ebce6905-765f-4b84-8ff5-bf3b03e11a8a",
  "SiteActivityID": "ae1b2968-ff98-4392-94b5-f029c1dd3489",
  "ClockInTime": "2025-09-05T20:07:49.4176382+00:00",
  "IsNightShift": true,
  "IsProcessed": true,
  "ProcessedDate": "2025-09-05T20:07:49.4176382+00:00",
  "Latitude": 1.1,
  "Longitude": 1.1,
  "FacialVerifed": true,
  "FacialMatch": true,
  "FacialConfidence": 10.0,
  "PhotoID": "71b50cc5-e868-4779-9c2a-09e8351cb5e6",
  "IsActive": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResponse
NameDescriptionTypeAdditional 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.