GET AdminApi/SalesReport/GetHotSalesSummary?topMonthQty={topMonthQty}&topWeekQty={topWeekQty}&topDayQty={topDayQty}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| topMonthQty | integer |
Required |
|
| topWeekQty | integer |
Required |
|
| topDayQty | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Dictionary of string [key] and HotSalesSummaryView [value]Response Formats
application/json, text/json
Sample:
{
"sample string 1": {
"TitleList": [
"sample string 1",
"sample string 2"
],
"HotSalesDetailList": [
{
"ProductName": "sample string 1",
"Qty": 2,
"Week": 1
},
{
"ProductName": "sample string 1",
"Qty": 2,
"Week": 1
}
]
},
"sample string 2": {
"TitleList": [
"sample string 1",
"sample string 2"
],
"HotSalesDetailList": [
{
"ProductName": "sample string 1",
"Qty": 2,
"Week": 1
},
{
"ProductName": "sample string 1",
"Qty": 2,
"Week": 1
}
]
}
}