Push Prescription

To push prescription with items and its quantity.

Push Prescription

POST https://api.evitalrx.in/v1/doctor/orders/push_prescription

Request Body

{
    "status_code": "1",
    "status_message": "Order placed successfully",
    "datetime": "2022-12-07 14:18:11",
    "data": {
        "order_id": "jcdPUtlOBIBZY6xfDXJ6Gw==",
        "order_number": "ODLBDER3UQ"
    }
}

Last updated