GetAppointmentCancellationInfo

Returns information about cancellation. The client should call this method when the user wants to cancel an appointment. The user will receive information about fees and any important conditions for the cancellation.

JavaScript library method

patientportal.appointment.getAppointmentCancellationInfo({appointment: <appointment>});

HTTP Method

Verb URL
GET /patientportalapi/appointment/cancellation-info

URL Parameters

Parameter Type Description
appointment string The key of the existing appointment provided by the API upon GetExistingAppointments.

Return

AppointmentCancellationData