ShiftOverrides
Replace ShiftOverrides for an employee.
Replace all ShiftOverrides for a given employee within the specified date range.
<Note>This endpoint uses a PUT semantic: all existing ShiftOverrides for the employee within the startsAt.between range will be removed and replaced by the ones provided in the request body. If none exist, then the provided ShiftOverrides will simply be created.</Note>
<Warning>Both employee.id and startsAt.between query parameters are required.</Warning>
put/schedule/api/shift-overrides
Query parameters
employee.idinteger required
The ID of the employee whose ShiftOverrides should be replaced.
startsAt.betweenstring required
Example:2023-01-01--2023-01-31
The date range within which existing ShiftOverrides will be replaced. Open-ended ranges can be defined with .. characters.
Request body
Response
OK