POST api/Dunzo/Order_Track

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objClsDunzo_Order_Track
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",
  "eta": "sample string 11",
  "eta_pickup": "sample string 12",
  "eta_dropoff": "sample string 13",
  "total_time": "sample string 14",
  "runner": "sample string 15",
  "runner_name": "sample string 16",
  "runner_phone_numer": "sample string 17",
  "location": "sample string 18",
  "location_lattitude": "sample string 19",
  "location_longitude": "sample string 20",
  "request_timestamp": "sample string 21",
  "created_by": "sample string 22",
  "status_type": "sample string 23",
  "price": "sample string 24"
}

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'.