Search Manufacturer
To search manufacturer by name.
Search Manufacturer
POST
{{apiUrl}}patient/medicines/manufacturer/search
Request Body
Name
Type
Description
apikey*
String
Authentication token
searchstring*
String
Min: 3 char required i.e. Cipla
{
"status_code": "1",
"status_message": "Success",
"datetime": "2024-04-27 10:51:14",
"data": {
"results": [
{
"id": "YDyrP7SQyRGUkTN1WEwkDA==", // Unique ID of the Manufacturer
"title": "Cipla Ganric"
},
{
"id": "+QFIphi6M09I9yDfowOCDQ==",
"title": "Cipla Ltd"
}
]
}
}
Last updated
Was this helpful?