⛔Update Order
This API is deprecated.
Update order
POST
{{apiUrl}}doctor/orders/update_order
Request Body
Name
Type
Description
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", // updated amount
"order_number": "OGLBF2YAYW",
"order_id": "Kv1Dmatn3q7QW147CsWKAg=="
}
}
Last updated
Was this helpful?