GET api/Product/HotProduct?type={type}
“HotProduct”的文档。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| type | “type”的文档。 |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Name": "sample string 2",
"Price": 3.0,
"OldPrice": 4.0,
"ProductId": 5,
"Picture": "sample string 6"
},
{
"Id": 1,
"Name": "sample string 2",
"Price": 3.0,
"OldPrice": 4.0,
"ProductId": 5,
"Picture": "sample string 6"
},
{
"Id": 1,
"Name": "sample string 2",
"Price": 3.0,
"OldPrice": 4.0,
"ProductId": 5,
"Picture": "sample string 6"
}
]
application/xml, text/xml
Sample:
<ArrayOfHotProductModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TyretoolMail.Models">
<HotProductModel>
<Id>1</Id>
<Name>sample string 2</Name>
<OldPrice>4</OldPrice>
<Picture>sample string 6</Picture>
<Price>3</Price>
<ProductId>5</ProductId>
</HotProductModel>
<HotProductModel>
<Id>1</Id>
<Name>sample string 2</Name>
<OldPrice>4</OldPrice>
<Picture>sample string 6</Picture>
<Price>3</Price>
<ProductId>5</ProductId>
</HotProductModel>
<HotProductModel>
<Id>1</Id>
<Name>sample string 2</Name>
<OldPrice>4</OldPrice>
<Picture>sample string 6</Picture>
<Price>3</Price>
<ProductId>5</ProductId>
</HotProductModel>
</ArrayOfHotProductModel>