Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Reschedule an appointment
cURL
curl --request POST \ --url https://consumer.fanfare.io/api/appointments/{appointmentId}/reschedule \ --header 'Content-Type: application/json' \ --data ' { "newSlotId": "<string>" } '
{ "bookingId": "<string>", "confirmationCode": "<string>", "newSlotId": "<string>", "previousSlotId": "<string>", "status": "<string>" }
Appointment rescheduled successfully