GET api/HotSalesStatistics/GetSetting
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ResponseResultOfListOfHotSalesStatisticsSettingInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| ErrorCode | string |
None. |
|
| ErrorMessage | string |
None. |
|
| Data | Collection of HotSalesStatisticsSettingInfo |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"ErrorCode": "sample string 2",
"ErrorMessage": "sample string 3",
"Data": [
{
"HotSaleType": "New",
"Days": 1,
"RatioType": "Proportion",
"MinValue": 2,
"MaxValue": 3
},
{
"HotSaleType": "New",
"Days": 1,
"RatioType": "Proportion",
"MinValue": 2,
"MaxValue": 3
}
]
}
application/xml, text/xml
Sample:
<ResponseResultOfArrayOfHotSalesStatisticsSettingInfoLfZEFk9p xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Willv.Common">
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/MS.Report.Model.Product.HotSalesStatistics.Settings">
<d2p1:HotSalesStatisticsSettingInfo>
<d2p1:Days>1</d2p1:Days>
<d2p1:HotSaleType>New</d2p1:HotSaleType>
<d2p1:MaxValue>3</d2p1:MaxValue>
<d2p1:MinValue>2</d2p1:MinValue>
<d2p1:RatioType>Proportion</d2p1:RatioType>
</d2p1:HotSalesStatisticsSettingInfo>
<d2p1:HotSalesStatisticsSettingInfo>
<d2p1:Days>1</d2p1:Days>
<d2p1:HotSaleType>New</d2p1:HotSaleType>
<d2p1:MaxValue>3</d2p1:MaxValue>
<d2p1:MinValue>2</d2p1:MinValue>
<d2p1:RatioType>Proportion</d2p1:RatioType>
</d2p1:HotSalesStatisticsSettingInfo>
</Data>
<ErrorCode>sample string 2</ErrorCode>
<ErrorMessage>sample string 3</ErrorMessage>
<Status>true</Status>
</ResponseResultOfArrayOfHotSalesStatisticsSettingInfoLfZEFk9p>