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:

{
    "message": "Medication updated successfully.",
    "entity": null,
    "status": true,
    "entityList": null,
    "responseCode": 200,
    "totalCount": null
}

@2024 Medtronic LABS