Gets shifts based on certain optional criteria.
POST https://api.yourpayroll.com.au/api/v2/business/{businessId}/manager/kiosk/shifts
Parameter name | Value | Description | Additional |
---|---|---|---|
businessId | string | Required |
The request body takes a complete GetShiftsModel resource, containing the following writable properties:
{
"employeeId": "int32",
"fromDateUtc": "date-time",
"kioskId": "int32",
"locationId": "int32",
"toDateUtc": "date-time"
}
Name | Type | Description |
---|---|---|
employeeId | int32 |
Nullable |
fromDateUtc | date-time |
Nullable |
kioskId | int32 |
Nullable |
locationId | int32 |
Nullable |
toDateUtc | date-time |
Nullable |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK OK |
AuTimeAndAttendanceShiftModel |
Powered by DapperDox