POST api/Order/GetRetPendingDeliveryListForApp
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:
{
"Date": "2026-01-17T09:09:55.6437393+05:30",
"UserID": 2
}
application/xml, text/xml
Sample:
<SearchRetDeliveryList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/vb.Data"> <Date>2026-01-17T09:09:55.6437393+05:30</Date> <UserID>2</UserID> </SearchRetDeliveryList>
application/x-www-form-urlencoded
Sample: