Gets all the shift periods for the employment agreement with the specified ID.
POST https://api.yourpayroll.com.au/api/v2/business/{businessId}/employmentagreement/{id}/shiftperiods
Parameter name | Value | Description | Additional |
---|---|---|---|
id | int32 | Required | |
businessId | string | Required |
The request body takes a complete GetShiftPeriodsModel resource, containing the following writable properties:
{
"firstShiftStartTime": "date-time",
"lastShiftStartTime": "date-time"
}
Name | Type | Description |
---|---|---|
firstShiftStartTime | date-time |
Nullable |
lastShiftStartTime | date-time |
Nullable |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK OK |
ShiftPeriodModel |
Powered by DapperDox