v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBTimePlanning > PlannedBreak
Bulk creates a Planned break
Bulk creates a Planned break
post/api/2026-07-01/resources/time_planning/planned_breaks/bulk_create
Request body
Example request
{
"planned_breaks": [
{
"id": 1,
"start_at": "2020-09-07T06:00:00.000+00:00",
"end_at": "2020-09-07T15:00:00.000+00:00",
"duration": 30,
"break_type": "semi_flexible",
"break_configuration_id": 1,
"shift_id": 1
}
]
}Response
OK
Example response
[
{
"id": "1",
"start_at": "2020-09-07T06:00:00.000+00:00",
"end_at": "2020-09-07T15:00:00.000+00:00",
"duration": 30,
"break_type": "flexible",
"break_configuration_id": "1",
"break_configuration_name": "Rest",
"break_configuration_paid": true,
"shift_id": "1"
}
]