POST api/Order/HoOrderExchangeList
Ho服務 - 訂單可兌換的服務列表
Request Information
URI Parameters
None.
Body Parameters
HoOrderExchangeList_Input| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket |
身份票據 |
string |
Required |
| userId |
會員帳號 |
string |
Required |
| orderNumber |
訂單編號 |
string |
Required |
Request Formats
application/json, text/json
Sample:
{
"Ticket": "sample string 1",
"userId": "sample string 2",
"orderNumber": "sample string 3"
}
text/html
Sample:
{"Ticket":"sample string 1","userId":"sample string 2","orderNumber":"sample string 3"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Ho服務 - 訂單可兌換的服務列表
HoOrderExchangeList_Output| Name | Description | Type | Additional information |
|---|---|---|---|
| ticketVerified |
驗證是否通過 |
boolean |
None. |
| HOProList |
兌換商品列表 |
Collection of HoOrderExchangeList_Pro |
None. |
Response Formats
application/json, text/json
Sample:
{
"ticketVerified": true,
"HOProList": [
{
"ProNo": "sample string 1",
"ProName": "sample string 2",
"EndDate": "sample string 3"
},
{
"ProNo": "sample string 1",
"ProName": "sample string 2",
"EndDate": "sample string 3"
}
]
}
text/html
Sample:
{"ticketVerified":true,"HOProList":[{"ProNo":"sample string 1","ProName":"sample string 2","EndDate":"sample string 3"},{"ProNo":"sample string 1","ProName":"sample string 2","EndDate":"sample string 3"}]}