Get Chemist Order Settings

Get settings chemist has configured in eVitalRx for online orders.

POST https://api.evitalrx.in/v1/patient/orders/get_chemist_order_settings

Request Body

NameTypeDescription

apikey*

String

Authentication token

{
    "status_code": "1",
    "status_message": "Success",
    "datetime": "2024-02-08 12:15:13",
    "data": {
        "shipping_charges": "10",
        "minimum_order_value": "50"
    }
}

Last updated