Hi All, Please find the methods that will be developed for each connector.
*Cliniko Connector* listPatients - Patients are the people that book in for appointments. The List patients method returns all patients. getPatient - This Method returns a specified patient. createPatient - The createPatient operation creates a new Patient. listPractitioners - The listPractitioners method returns all practitioners of the list. getPractitioner - This method returns a specified practitioner. listProducts - The listProducts operation returns a JSON list from all Products. getProduct - This method returns a specific product. listAppointmentTypes - The listAppointmentTypes operation returns all appointments. getAppointmentType - This method returns a specific AppointmentType. listAppointments - The listAppointments operation returns all appointments from appointments list. getAppointment - This method returns a specific appointment. createAppointment - The createAppointment operation creates an appointment. updateAppointment - The updateAppointment operation updates an appointment. listBusinesses - The listBusinesses operation returns a JSON list from a list of all businesses. getBusiness - This Method returns a specific business. listInvoices - The listInvoices operation returns a JSON list of all invoices. getInvoices - This method returns specific invoice which includes an invoice_id. listAvailableTimes - Get all available times. nextAvailableTime - Get next available time. listSettings - This method is used to get all settings. This route is only accessible to users with a role that can view settings. listMedicalAlerts - This method returns a JSON list of all medical alerts. getMedicalAlert - This method returns a specific medical alert using medicalAlert_Id. updateMedicalAlert - The updateMedicalAlert operation updates a specific medical alert. *Billomat Connector (v3)* completeInvoice - Completes the created invoice. sendInvoice - Sends the completed invoice. *Formstack Connector (v3)* updateField - Updates the specified field. Regards, Vinitha -- View this message in context: http://wso2-oxygen-tank.10903.n7.nabble.com/Proposed-ESB-connector-scenario-Integrating-Cliniko-with-Eventbrite-Google-Calendar-Live-Chat-Billomk-tp127052p127422.html Sent from the WSO2 Architecture mailing list archive at Nabble.com. _______________________________________________ Architecture mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
