POST api/Order/GetRetDeliveryHistoryForApp
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"AssignedDate": "2026-01-17T09:09:01.8056866+05:30",
"UserID": 1,
"VehicleNo": 2
}
application/xml, text/xml
Sample:
<SearchRetDeliverySheetList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/vb.Data"> <AssignedDate>2026-01-17T09:09:01.8056866+05:30</AssignedDate> <UserID>1</UserID> <VehicleNo>2</VehicleNo> </SearchRetDeliverySheetList>
application/x-www-form-urlencoded
Sample: