v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBShiftManagement > Shift
Bulk creates a Shift
Bulk creates a Shift
post/api/2026-07-01/resources/shift_management/shifts/bulk_create
Request body
Response
OK
Example response
[
{
"id": "1",
"company_id": "1",
"name": "Morning shift",
"state": "draft",
"location_id": "3",
"locations_work_area_id": "5",
"employee_id": "1",
"start_at": "2020-09-07T06:00:00.000+00:00",
"end_at": "2020-09-07T15:00:00.000+00:00",
"notes": "This is a shift note",
"default_shift_title": "Morning shift",
"timezone": "Europe/Madrid",
"local_start_at": "2020-09-07T08:00:00.000+00:00",
"local_end_at": "2020-09-07T17:00:00.000+00:00"
}
]