Patient
Number of APIs: 6
-
Create Patient PUT {{URL}}/patient
-
Get Patient GET {{URL}}/patient/{{PATIENT_ID}}
-
Update Patient PUT {{URL}}/patient/{{PATIENT_ID}}
-
Add Patient Address POST {{URL}}/patient/{{PATIENT_ID}}/address
-
Update Address PUT {{URL}}/patient/{{PATIENT_ID}}/address/{{ADDRESS_ID}}
-
Search Patient GET {{URL}}/patient/search?phone=9958893881&email=test@pocketpills.com