post https://api.runn.io/time-offs/leave/bulk/
Create or Update
This endpoint may return existing time offs if the new time off is a subset of an existing one.
Automatic Merging
If one or more existing time offs overlap with the specified start/end date, they will be automatically merged.
Partial Time Offs
If the minutesPerDay
field is provided, automatic merging will only occur if any overlapping time off has the same minutesPerDay
value. If the minutesPerDay
value differs, the request will fail.