Schedule : Employee : Schedule Off Periods

If an Employee needs to be marked as unavailable for Shift scheduling between start and end dates, the Schedule Off Periods entity of the API can be used.

Given an employee called “Ariella test22” who’s ID is 1404, and a desire to be unavailable/off between April 16th and 18th, post the following:

[POST] /schedule-off-periods

{
  "startedOn": "2023-04-16",
  "endedOn": "2023-04-18",
  "description": "unavailable because reasons",
  "employee": 1404,
  "active": true
}

You can then test this unavailability in two different ways, from the Schedule Preparation view or the Edit Shift Details view.

Schedule Preparation View

schedule prepare.png

Edit Shift Details View

image-20230414-201751.png

Was this article helpful?
0 out of 0 found this helpful

Articles in this section