DELETE TimeSaver/DeleteEmployeeAttendanceDetails

Request Information

URI Parameters

None.

Body Parameters

EmployeeAttendanceDetail
NameDescriptionTypeAdditional information
ID

globally unique identifier

None.

EmployeeAttendanceSummaryID

globally unique identifier

Required

EmployeeScanInID

globally unique identifier

Required

EmployeeScanOutID

globally unique identifier

None.

SiteID

globally unique identifier

Required

SiteTeamID

globally unique identifier

None.

SiteActivityID

globally unique identifier

None.

Hours

integer

Required

Minutes

integer

Required

Seconds

integer

Required

HoursWorked

decimal number

Required

TotalBreakMinutes

decimal number

Required

DecisionID

DecisionType

Required

DecisionDate

date

None.

DecisionComments

string

None.

LoggedInUserID

globally unique identifier

Required

IsActive

boolean

Required

IsClockedOut

boolean

Required

ClockOutTypeID

ClockOutType

None.

ClockOutReason

string

None.

ActualClockInTime

date

Required

ThresholdClockInTime

date

Required

ActualClockOutTime

date

None.

ThresholdClockOutTime

date

None.

OvertimeHoursWorked

decimal number

Required

OvertimeHours

integer

Required

OvertimeMinutes

integer

Required

OvertimeSeconds

integer

Required

ClockInLatitude

decimal number

None.

ClockInLongitude

decimal number

None.

ClockOutLatitude

decimal number

None.

ClockOutLongitude

decimal number

None.

IsOvertime

boolean

Required

ApprovedBySecurityGroupUserID

globally unique identifier

None.

ApprovalDate

date

None.

FacialScanInMatch

boolean

Required

FacialScanOutMatch

boolean

Required

ClockInDistanceFromSite

decimal number

None.

ClockOutDistanceFromSite

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": "7d0346bc-adc7-4e09-9fe5-29b7ab2a8ad3",
  "EmployeeAttendanceSummaryID": "cd9d25c6-dbc2-48e6-9ebf-b9557b334e12",
  "EmployeeScanInID": "7509fb4f-4315-4191-b2a7-14fd1370ee9f",
  "EmployeeScanOutID": "573c2b75-96a0-47ee-aceb-0513da7091f7",
  "SiteID": "2cfff9db-6cc9-403c-a715-5164085b3dc3",
  "SiteTeamID": "963d9c1a-c22f-4b2e-bde8-93520698caa9",
  "SiteActivityID": "b62e9489-b162-4cec-b629-44ad3c470d29",
  "Hours": 5,
  "Minutes": 6,
  "Seconds": 7,
  "HoursWorked": 8.0,
  "TotalBreakMinutes": 9.0,
  "DecisionID": 1,
  "DecisionDate": "2025-09-05T20:14:55.8127295+00:00",
  "DecisionComments": "sample string 10",
  "LoggedInUserID": "444373bb-beaa-430b-a5b8-865cb1db5fdd",
  "IsActive": true,
  "IsClockedOut": true,
  "ClockOutTypeID": 1,
  "ClockOutReason": "sample string 14",
  "ActualClockInTime": "2025-09-05T20:14:55.8127295+00:00",
  "ThresholdClockInTime": "2025-09-05T20:14:55.8127295+00:00",
  "ActualClockOutTime": "2025-09-05T20:14:55.8127295+00:00",
  "ThresholdClockOutTime": "2025-09-05T20:14:55.8127295+00:00",
  "OvertimeHoursWorked": 17.0,
  "OvertimeHours": 18,
  "OvertimeMinutes": 19,
  "OvertimeSeconds": 20,
  "ClockInLatitude": 1.1,
  "ClockInLongitude": 1.1,
  "ClockOutLatitude": 1.1,
  "ClockOutLongitude": 1.1,
  "IsOvertime": true,
  "ApprovedBySecurityGroupUserID": "2339b45b-e3ea-4d52-ae51-168fa1dab5a3",
  "ApprovalDate": "2025-09-05T20:14:55.8127295+00:00",
  "FacialScanInMatch": true,
  "FacialScanOutMatch": true,
  "ClockInDistanceFromSite": 1.1,
  "ClockOutDistanceFromSite": 1.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.