GET api/Coupon/GetOrdersByMarketing?marketingPara={marketingPara}&page={page}&infoCountPerPage={infoCountPerPage}
2022.08.25 Craig IT04-220824001_HoHo折價券使用狀況檢視頁 API使用範圍 O2OVendor /Marketing/maketing.html
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| marketingPara | string |
Required |
|
| page |
當前頁數 |
integer |
Default value is 0 |
| infoCountPerPage |
一頁總共幾筆資料 |
integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
2022.08.25 Craig IT04-220824001_HoHo折價券使用狀況檢視頁 API使用範圍 O2OVendor /Marketing/maketing.html
GetOrdersByMarketingOutputModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GetOrdersByMarketingList | Collection of GetOrdersByMarketing |
None. |
|
| PageCount |
總共頁數 |
integer |
None. |
| TotalCount |
總筆數 |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"GetOrdersByMarketingList": [
{
"OrderNo": "sample string 1",
"TotalPay": 2,
"OrderStatus": "sample string 3",
"OrderTime": "2026-03-23T02:18:33.2324875+08:00"
},
{
"OrderNo": "sample string 1",
"TotalPay": 2,
"OrderStatus": "sample string 3",
"OrderTime": "2026-03-23T02:18:33.2324875+08:00"
}
],
"PageCount": 1,
"TotalCount": 2
}
text/html
Sample:
{"GetOrdersByMarketingList":[{"OrderNo":"sample string 1","TotalPay":2,"OrderStatus":"sample string 3","OrderTime":"2026-03-23T02:18:33.2324875+08:00"},{"OrderNo":"sample string 1","TotalPay":2,"OrderStatus":"sample string 3","OrderTime":"2026-03-23T02:18:33.2324875+08:00"}],"PageCount":1,"TotalCount":2}