PUT TimeSaver/PutEmployeeScanOuts

Request Information

URI Parameters

None.

Body Parameters

Collection of EmployeeScanOut
NameDescriptionTypeAdditional 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": "616cfb3d-3931-43a7-9c9e-64d99adf5a9b",
    "LoggedInUserID": "f2f92a87-dc00-4cac-b3e1-a272f7e9d1fe",
    "EmployeeID": "358b8f00-9a9b-49c4-a41a-9ace27b0db22",
    "ClockOutTime": "2025-09-05T18:12:19.7933215+00:00",
    "IsProcessed": true,
    "ProcessedDate": "2025-09-05T18:12:19.7933215+00:00",
    "ClockOutTypeID": 1,
    "ClockOutReason": "sample string 6",
    "Latitude": 1.1,
    "Longitude": 1.1,
    "FacialVerifed": true,
    "FacialMatch": true,
    "FacialConfidence": 9.0,
    "PhotoID": "90633513-735e-4315-8807-e51101354fe1",
    "IsActive": true
  },
  {
    "$ref": "1"
  }
]

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.