Skip to main content
POST
/
appointments
/
{appointmentId}
/
reschedule
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>"
}

Path Parameters

appointmentId
string
required

Body

application/json
newSlotId
string
required
newLocationId
string | null

Response

Appointment rescheduled successfully

bookingId
string
required
confirmationCode
string
required
newSlotId
string
required
previousSlotId
string
required
status
string
required