- Home
- Staff Management
- Time Tracking
- Timesheets
- Schedules
- Commissions
- Sales Performance
- Payroll Management
- Checklists
Update schedule details
PUT
/schedules/{schedule_id}
Schedules
Request
Path Params
schedule_id
string
required
Body Params application/json
location_id
string
required
staff_id
string
required
shift_start
string <date-time>
required
shift_end
string <date-time>
required
Example
{
"location_id": "string",
"staff_id": "string",
"shift_start": "2019-08-24T14:15:22Z",
"shift_end": "2019-08-24T14:15:22Z"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT '/schedules/' \
--header 'Content-Type: application/json' \
--data-raw '{
"location_id": "string",
"staff_id": "string",
"shift_start": "2019-08-24T14:15:22Z",
"shift_end": "2019-08-24T14:15:22Z"
}'
Responses
🟢200OK
application/json
Body
object {0}
Example
{}