| API |
TYPE |
URL(s) |
DATABASE |
DB-TABLE |
SHORT DESCRIPTION |
| User Login |
GET |
userlogin/:username/:password |
easyime-dev-common |
EIME_tblUSER |
fetch one Active user records from EIME_tblUSER where username and
password match
|
| Forgot Password |
GET |
forgotpassword/:username |
Generate random 6 digit password and update password where username
match and return that user data (where Username Match). If username
invalid that return "invalid Username".
|
| CS Email Templates |
GET |
CSEmailTemplates/:EmailTemplateName
|
easyime-dev-civilsurgeon |
tblCSEmailTemplates |
fetch 1st records from tblCSEmailTemplates where EmailTemplateName
match
|
| Module Permission |
GET |
ModulePermission/:UserID |
easyime-dev-csr |
SP_UserModulePermission |
if UserID match then Fetch information of MainModuleID and it's url
(MainModule like CSR, Billing, Report)
|
| Ring Central |
post |
proccessSendSMS
|
easyime-dev-csr |
sp_post_insert_SMS_log |
using ringcentral sms api send bulk sms
|
| Birthday Email Templates |
GET |
BirthdayCron |
easyime-dev-csr |
gcme_tblpatiententry , tblEmailLog |
Fetch all the data of users who have birthday today and then send
them mails
|
| Send Reminders |
POST |
SendReminder |
easyime-dev-csr |
tblSMSLog |
Post api to send SMS from ringcentral to all the patientid
|
| IC Reminders |
POST |
IcReminders |
easyime-dev-csr |
tblSMSLog |
Post api to send SMS from ringcentral regarding that ApplicantID it
gets.
|
| Send Referral |
GET |
SendReferral |
easyime-dev-csr |
tblSMSLog,gcme_tblpatiententry,tbShowedUp |
API that will send Referral Mails to user who showed up on that
day.
|
| Confirm Appointment |
POST |
cnfrmAppointment |
easyime-dev-csr |
tblSMSLog,gcme_tblpatiententry |
API that will send confirm appointment SMS to those applicants with
confirmed Appointment
|
| Cancel Appointment |
POST |
CancelAppointment |
easyime-dev-csr |
tblSMSLog,gcme_tblpatiententry |
API that will send cancel appointment SMS to those applicants with
cancelled Appointment
|
| Applicant Feedback |
POST |
/api/FeedBack |
easyime-dev-csr |
tblSMSLog,gcme_tblpatiententry |
API that will send SMS to get appointment feedbak from applicants
|