Appointment Service
interface AppointmentService
Content copied to clipboard
Functions
cancelRetailAppointment
Link copied to clipboard
abstract fun cancelRetailAppointment(visitId: String, cancelReason: CancelReason): DataObserver<Unit>
Content copied to clipboard
getCancelReasons
Link copied to clipboard
abstract fun getCancelReasons(brandName: String): DataObserver<List<CancelReason>>
Content copied to clipboard
getRetailVisits
Link copied to clipboard