To search manufacturer by name.
POST {{apiUrl}}patient/medicines/manufacturer/search
POST
{{apiUrl}}patient/medicines/manufacturer/search
apikey*
String
Authentication token
searchstring*
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" } ] } }
{ "status_code": "1", "status_message": "Success", "datetime": "2022-12-06 15:21:25", "data": { "results": [] } }
{ "status_code": "0", "status_message": "\"searchstring\" length must be greater than or equal to 3 characters long", "datetime": "2022-12-06 15:19:58", "data": null }
Last updated 1 month ago
Was this helpful?