Update Order

This API is deprecated.

Update order

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

Request Body

NameTypeDescription

order_id*

String

Unique id of the order

apikey*

String

Authentication token

items

String

Stringified Array of Items.

i.e.

[{"medicine_id":"ZnsQl586DmR/ANT3aLdM4g==","batch_id":"lhk/Qty04EUD42YJqOgYhA==","discount":0,"quantity":3}]

{
    "status_code": "1",
    "status_message": "Order updated successfully",
    "datetime": "2022-12-08 18:32:25",
    "data": {
        "amount": "345",
        "order_number": "OGLBF2YAYW",
        "order_id": "Kv1Dmatn3q7QW147CsWKAg=="
    }
}

Last updated