I got this response: “Employee is already clocked on” using the below request:
POST https://api.yourpayroll.com.au/api/v2/business/ **** /kiosk/ **** /addshift
{
“employeeId”: 1769041,
“isAdminInitiated”: true,
“locationId”: 179304,
“recordedEndTimeUtc”: “2019-03-15T10:00:00”,
“recordedStartTimeUtc”: “2019-03-15T17:00:00”,
“shiftConditionIds”: [],
“workTypeId”: “”
}
Can anyone explain the concept of “Clock on and off”?