Mark as Accept
This API is used to accept the order.
Push the Order in Accepted state
POST
{{apiUrl}}patient/orders/mark_as_accept
This API marks the order in the accepted state.
Request Body
Name
Type
Description
apikey*
String
Authentication token
order_id*
String
Order ID from the response of Place Order API.
Last updated