Sign in

Reschedule appointment

documented

Reschedule an appointment.

PUT /appointments/{id}/rescheduleAppointmentsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://acuityscheduling.com/api/v1/appointments/{{$appointment_id}}/reschedule?admin={{$admin}}&noEmail={{$noEmail}}" \
  -X PUT \
  -u "{{$ACUITYSCHEDULING_USER_ID}}:{{$ACUITYSCHEDULING_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -d '{"datetime": "{{$datetime}}", "calendar": "{{$calendar}}"}'