Order List
To get the order details
POST
{{apiUrl}}doctor/orders/list
Request Body
Name
Type
Description
start_date*
String
Start date of orders.
apikey*
String
Authentication token
end_date*
String
End date of orders.
page
Number
For pagination purpose. default: 1
patient_id*
String
ID of the patient you want to see orders
remark
String
To search orders with notes
Last updated