Methods

  • post - Change PIN
  • post - Verify Kiosk PIN
  • post - Clock Out Employee
  • post - Clock In Employee
  • post - Discard current shift
  • post - End Break
  • post - Start Break
  • post - Verify Kiosk PIN
  • post - Clock In Employee

Resource

{
    "breakStartTimeUtc": "date-time",
    "clockOnTimeUtc": "date-time",
    "currentShiftId": "int32",
    "employeeGroupIds": [
        "int32"
    ],
    "employeeId": "int32",
    "employeeStartDate": "date-time",
    "firstName": "string",
    "hasEmail": "boolean",
    "longShift": "boolean",
    "mobileNumber": "string",
    "name": "string",
    "pinExpired": "boolean",
    "profileImageUrl": "string",
    "recordedTimeUtc": "date-time",
    "status": "string",
    "surname": "string"
}

Properties

Name Type Description
breakStartTimeUtc date-time Nullable
clockOnTimeUtc date-time Nullable
currentShiftId int32 Nullable
employeeGroupIds[] array of int32
employeeId int32 Int32
employeeStartDate date-time Nullable
firstName string String
hasEmail boolean Boolean
longShift boolean Boolean
mobileNumber string String
name string String
pinExpired boolean Boolean
profileImageUrl string String
recordedTimeUtc date-time Nullable
status string TimeAttendanceStatus

Possible values are:

  • NotClockedOn
  • ClockedOn
  • OnBreak
  • ClockedOff
surname string String