CancelExistingAppointment
Cancels the existing appointment and returns an invoice if any cancellation fee applies.
JavaScript library method
patientportal.appointment.cancelExistingAppointment({appointment: <appointment>});
HTTP Method
| Verb | URL |
|---|---|
| GET | /patientportalapi/appointment/cancel |
URL Parameters
| Parameter | Type | Description |
|---|---|---|
| appointment | string | The key of the existing appointment provided by the API upon GetExistingAppointments. |
Return
Remarks
Returns null if no cancellation fee was applied.