POST api/Order/ProductWiseSalesList
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:44.7034318+05:30",
"EndDate": "2026-01-17T09:15:44.7034318+05:30",
"CustomerID": 3,
"AreaID": 4,
"ProductCategoryID": 5,
"ProductID": 6,
"UserID": 7
}
application/xml, text/xml
Sample:
<SearchProductWiseSalesList 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:44.7034318+05:30</EndDate> <ProductCategoryID>5</ProductCategoryID> <ProductID>6</ProductID> <StartDate>2026-01-17T09:15:44.7034318+05:30</StartDate> <UserID>7</UserID> </SearchProductWiseSalesList>
application/x-www-form-urlencoded
Sample: