POST api/OrderReport/GetPendingCODPaymentOrderList
Request Information
URI Parameters
None.
Body Parameters
GetPendingCODOrderPaymentFilterModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": 1,
"FromDate": "2026-04-07T20:20:14.9004426+05:30",
"ToDate": "2026-04-07T20:20:14.9004426+05:30"
}
application/xml, text/xml
Sample:
<GetPendingCODOrderPaymentFilterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EcommerceWebApi.Controllers"> <FromDate>2026-04-07T20:20:14.9004426+05:30</FromDate> <ToDate>2026-04-07T20:20:14.9004426+05:30</ToDate> <UserId>1</UserId> </GetPendingCODOrderPaymentFilterModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.