sayan801 / java-webservice

1 stars 0 forks source link

webservice API for GUI operation #7

Open sayan801 opened 10 years ago

sayan801 commented 10 years ago

@dolu1602 Implement CRUD operations for Doctor... List down the API urls

dolu1602 commented 10 years ago

For Add or update doctors: http://localhost:8080/hmsapp/hms/addOrUpdateDoctor

For Add or delete doctor: http://localhost:8080/hmsapp/hms/deleteDoctor

For loading all the doctors:

http://localhost:8080/hmsapp/hms/findDoctorByAttributes

To load doctor by Id

http://localhost:8080/hmsapp/hms/findDoctorByID

Sample code to call

sayan801 commented 9 years ago

image