For the complete documentation index, see llms.txt. This page is also available as Markdown.

Mark as Delivered

This API is used to complete your order.

Push the Order in delivered state

POST {{apiUrl}}patient/orders/mark_as_delivered

This API marks the order in the delivered state. This API will complete the order.

Request Body

Name
Type
Description

apikey*

String

Authentication token

delivery_pin

String

Required for pickup orders. Not required for the delivery orders.

order_id*

String

Order ID from the response of Place Order API.

payment_status*

Number

To choose payment mode of the order.

1: CASH

2: CREDIT

3: UPI

4: CHEQUE

5: PAYTM

6: CC/DC

7: RTGS/NEFT

{
    "status_code": "1",
    "status_message": "Order Delivered successfully",
    "datetime": "2023-03-09 14:39:53",
    "ng_version": "0.0.371",
    "data": null
}
{
    "status_code": "0",
    "status_message": "order_id is required",
    "datetime": "2023-03-09 17:03:38",
    "data": null
}

Last updated