v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBTimePlanning > PlanningVersion
Bulk creates a Planning version
Bulk creates a Planning version
post/api/2026-07-01/resources/time_planning/planning_versions/bulk_create
Request body
Example request
{
"effective_at": "2020-09-07",
"planning_tool": "shift_management",
"number_of_rest_days_in_cents": 200,
"employee_ids": [
"1",
"2",
"3"
],
"schedule_id": "1"
}Response
OK
Example response
[
{
"id": "1",
"effective_at": "2020-09-07",
"planning_tool": "shift_management",
"number_of_rest_days_in_cents": 200,
"employee_id": "1",
"work_schedule_schedule_id": "1"
}
]