Bulk copy schedule shifts
POST
/api/organizations/{organization_id}/locations/{location_id}/schedules/copy
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/organizations//locations//schedules/copy' \
--header 'Content-Type: application/json' \
--data-raw '{
"scheduleIds": [
"string"
],
"openShiftIds": [
"string"
],
"pasteMethod": "regular",
"weekDiffs": [
0
]
}'
Response Response Example
{}
Request
Path Params
location_id
string
required
organization_id
string
required
Body Params application/json