POST api/Group/PopularRecommendation
無搜尋結果的商品推薦
Request Information
URI Parameters
None.
Body Parameters
PopularRecommendation_Input| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket |
身份票據 |
string |
Required |
Request Formats
application/json, text/json
Sample:
{
"Ticket": "sample string 1"
}
text/html
Sample:
{"Ticket":"sample string 1"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
無搜尋結果的商品推薦
PopularRecommendation_Output| Name | Description | Type | Additional information |
|---|---|---|---|
| Pros |
5筆商品列表 |
Collection of PopularRecommendation_Pro |
None. |
| ticketVerified |
驗證是否通過 |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Pros": [
{
"ProNo": "sample string 1",
"ProId": "9a596d7e-dafd-403d-862f-aa8597902344",
"ProImg": "sample string 3",
"Price": 4.0,
"ProName": "sample string 5",
"type": "sample string 6",
"quotationType": 1
},
{
"ProNo": "sample string 1",
"ProId": "9a596d7e-dafd-403d-862f-aa8597902344",
"ProImg": "sample string 3",
"Price": 4.0,
"ProName": "sample string 5",
"type": "sample string 6",
"quotationType": 1
}
],
"ticketVerified": true
}
text/html
Sample:
{"Pros":[{"ProNo":"sample string 1","ProId":"9a596d7e-dafd-403d-862f-aa8597902344","ProImg":"sample string 3","Price":4.0,"ProName":"sample string 5","type":"sample string 6","quotationType":1},{"ProNo":"sample string 1","ProId":"9a596d7e-dafd-403d-862f-aa8597902344","ProImg":"sample string 3","Price":4.0,"ProName":"sample string 5","type":"sample string 6","quotationType":1}],"ticketVerified":true}