BookProposedAppointment

Creates the patient in our system and books an appointment. Returns the new appointment.

JavaScript library method

patientportal.anonBooking.bookProposedAppointment({
    proposedAppointment: <proposedAppointment>
});

HTTP Method

Verb URL
POST /patientportalapi/anon-booking/book

POST Parameters

Parameter Type Description
proposedAppointment AppointmentData The proposed appointment provided by the API upon GetProposedAppointments

Returns

AppointmentData

Remarks

If the appropriate appointment is taken by another user in the meantime then an exception is thrown. See Error handling.