Update Patient Details
Thi API provides functionality to update patient details for the registered patients.
Headers
The auth token of business_id. It is used to authenticate the business. The token can be fetched from the auth api.
Path Parameters
Query Parameters
If set to 1 then appointment_id in path parameter should be partner_appointment_id else eka apppointment_id
"1"
Body
Request body for updating a patient to the directory
- DOB
- AGE
Date of birth of the patient (YYYY-MM-DD)
"1987-01-06"
Title or designation of the patient
Mr., Ms., Mrs., Miss., Kumar., Shri., Smt., Dr., Master., Baby., Mohd., B/O "Mr."
First name of the patient
"Test"
Middle name of the patient (if any)
""
Last name of the patient
"Patient"
Gender of the patient (e.g., 'M' for male, 'F' for female, 'O' for others)
M, F, O "M"
Address details of the patient
Response
OK
"123456789"

