Update Patient
To Update patient with mobile number, name and address.
POST
{{apiUrl}}doctor/patients/update
Request Body
Name
Type
Description
patient_id*
String
Unique ID of the patient.
first_name*
String
First name of Patient
last_name*
String
Last name of Patient
zipcode
Number
Zipcode of the patient
apikey*
String
Authentication token
dob
String
Date of Birth of the Patient
Format: YYYY-MM-DD
gender
String
Gender of the Patient.Must be one of male, female, other.
blood_group
String
Blood Group of the Patient
{
"status_code": "1",
"status_message": "Patient updated successfully",
"datetime": "2022-12-08 17:27:43",
"data": {
"patient_id": "haaLvntZX7KmadCtJa314w=="
}
}
Last updated
Was this helpful?