POST api/App_I2H_Lab_Order/order_track
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| objClsI2H_lab_order_status | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"data": {
"$id": "2",
"i2h_order_id": "sample string 1",
"vendor_order_number": "sample string 2",
"order_status": "sample string 3",
"order_status_code": "sample string 4",
"status_change_date": "sample string 5",
"agent_assigned_person_name": "sample string 6",
"agent_assigned_mobile_number": "sample string 7",
"closed_reason_code": "sample string 8",
"closed_reason": "sample string 9",
"comment": "sample string 10"
}
}
application/x-www-form-urlencoded
Sample: