Update Patient
To add patients with mobile number, name and address.
Update Patient
POST {{apiUrl}}patient/patients/update
Request Body
Name
Type
Description
apikey*
String
Authentication token
zipcode
Number
Zip code of the Patient
first_name*
String
First name of Patient
last_name*
String
Last name of Patient
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
patient_id*
String
Unique ID of Patient
{
"status_code": "1",
"status_message": "Patient updated successfully",
"datetime": "2022-12-06 18:29:42",
"data": {
"patient_id": "qAj4hhwefVxwuZX9nFxHkQ=="
}
}{
"status_code": "0",
"status_message": "Invalid Patient Key",
"datetime": "2022-12-06 18:32:59",
"data": null
}Last updated
Was this helpful?