POST api/Order/RetProductWiseSalesList
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:
{
"StartDate": "2026-01-17T09:15:27.0069957+05:30",
"EndDate": "2026-01-17T09:15:27.0069957+05:30",
"CustomerID": 3,
"AreaID": 4,
"ProductCategoryID": 5,
"ProductQtyID": 6,
"UserID": 7
}
application/xml, text/xml
Sample:
<SearchRetProductWiseSalesList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/vb.Data"> <AreaID>4</AreaID> <CustomerID>3</CustomerID> <EndDate>2026-01-17T09:15:27.0069957+05:30</EndDate> <ProductCategoryID>5</ProductCategoryID> <ProductQtyID>6</ProductQtyID> <StartDate>2026-01-17T09:15:27.0069957+05:30</StartDate> <UserID>7</UserID> </SearchRetProductWiseSalesList>
application/x-www-form-urlencoded
Sample: