Order Return

Make Sales Return bill with API

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

This API will make a Sales Return bill. chemist no need to go to the eVitalRx portal to complete the Return bill.

Request Body

{
    "status_code": "1",
    "status_message": "Return order added successfully.",
    "datetime": "2023-03-09 18:44:25",
    "ng_version": "0.0.371",
    "data": {
        "order_id": "UpQGYF77Y97maydwXEaVXQ=="
    }
}

Last updated