POST api/Dunzo/Order_Status

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objClsDunzo_Order_Track_Webhook
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "medicine_order_id": "sample string 1",
  "Dml_Indicator": "sample string 2",
  "task_id": "sample string 3",
  "event_type": "sample string 4",
  "event_id": "sample string 5",
  "reference_id": "sample string 6",
  "state": "sample string 7",
  "cancelled_by": "sample string 8",
  "cancelled_reason": "sample string 9",
  "event_timestamp": "sample string 10",
  "total_time": "sample string 11",
  "request_timestamp": "sample string 12",
  "created_by": "sample string 13",
  "status_type": "sample string 14",
  "price": "sample string 15",
  "p_pickup": "sample string 16",
  "d_dropoff": "sample string 17",
  "n_name": "sample string 18",
  "p_phone_number": "sample string 19",
  "l_lat": "sample string 20",
  "l_lng": "sample string 21",
  "l_location": "sample string 22",
  "eta": {
    "$id": "2",
    "pickup": "sample string 1",
    "dropoff": "sample string 2"
  },
  "runner": {
    "$id": "3",
    "name": "sample string 1",
    "phone_number": "sample string 2",
    "location": {
      "$id": "4",
      "lat": "sample string 1",
      "lng": "sample string 2"
    }
  }
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ClsDunzo_Order_Track_Webhook'.