Update
API URL
{{url}}/admin-service/medication/update
Method
PUT
Description
Update medication
Input
Field Name
Type
Mandatory
Example
dosageFormName
String
No
Tablet
brandName
String
No
Generic
classificationName
String
No
Beta-blocker
Sample Input:
{ "countryId": 3, "classificationId": 19, "classificationName": "Diuretic", "brandId": 147, "brandName": "Generic", "dosageFormId": 4, "dosageFormName": "Capsule", "medicationName": "Dolo", "id": 1661, "tenantId": "290" }
Sample Output:
Last updated