ZealSchedule
Search…
Getting Started
Authentication
Services API
Service API Introduction
1:1 Appointment Service
Service API Lookup Tables
Contacts API
Contact API Introduction
Create Contact
Update Contact
Fetch Contacts
Delete Contact
Scheduling API
Scheduling API Introduction
Availability Of The Service
Schedule Appointment
Cancel Booking
Reschedule Booking
List Of Appointments Scheduled
Settings API
Generate API Key
Business Hours
Block Off Period
Email API
Get Email Template
Staff API
Fetch Staffs
Powered By
GitBook
Reschedule Booking
Using this endpoint, you can reschedule an existing appointment through the corresponding Booking ID.
post
https://api.zealschedule.com/
schedule/appointments/reschedule/{bookingid}?serviceid={serviceid}&customerid={customerid}
Reschedule Booking
Sample Request
Assistance
1
{
2
"date":"2020-06-17",
3
"time":"12:00",
4
"type":"one_on_one_appointment",
5
"staff_id":253
6
}
Copied!
Scheduling API - Previous
Cancel Booking
Next - Scheduling API
List Of Appointments Scheduled
Last modified
1yr ago
Copy link