If a roster shift exists that could match for this employee to clock off at this time given kiosk settings for shift matching, returns that shift. Otherwise, the Shift result will be null. Note that if the time matches a shift exactly, the Shift result will also be null.
GET https://api.yourpayroll.com.au/api/v2/business/{businessId}/manager/rostershift/{employeeId}/matchingclockoff
Parameter name | Value | Description | Additional |
---|---|---|---|
employeeId | int32 | Required | |
businessId | string | Required |
Parameter name | Value | Description | Additional |
---|---|---|---|
kioskId | int32 | Required | |
dateUtc | date-time | Required |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK OK |
AuRosterShiftMatchingResultModel |
Powered by DapperDox