Add Favorite Medicine
This API is for doctors to add their favorite medicine.
POST
{{apiUrl}}doctor/medicines/favorite/add
Request Body
Name
Type
Description
apikey*
String
Authentication Token
medicine_ids
String
Form data Array containing medicine id
{
"status_code": "1",
"status_message": "Success",
"datetime": "2024-09-23 16:35:10",
"data": {}
}
Last updated
Was this helpful?