GET api/{area}/IntegralStore/GetOrderList?aid={aid}
获取兑换订单列表
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| aid | string |
Required |
|
| area | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of ExchangeGiftOrderModel| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderId | globally unique identifier |
None. |
|
| OrderNo | string |
None. |
|
| OrderState | string |
None. |
|
| GiftName | string |
None. |
|
| GiftImg | string |
None. |
|
| Amount | integer |
None. |
|
| TotalScore | integer |
None. |
|
| CreateTime | string |
None. |
|
| Address | OrderDeliveryAddress |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"OrderId": "f7133448-3f77-491b-83dc-c93aaca28d78",
"OrderNo": "sample string 2",
"OrderState": "sample string 3",
"GiftName": "sample string 4",
"GiftImg": "sample string 5",
"Amount": 6,
"TotalScore": 7,
"CreateTime": "sample string 8",
"Address": {
"Linkman": "sample string 1",
"MobileOrTel": "sample string 2",
"PostCode": "sample string 3",
"AreaCode": 1,
"AreaCodeTxt": "sample string 4",
"Address": "sample string 5"
}
},
{
"OrderId": "f7133448-3f77-491b-83dc-c93aaca28d78",
"OrderNo": "sample string 2",
"OrderState": "sample string 3",
"GiftName": "sample string 4",
"GiftImg": "sample string 5",
"Amount": 6,
"TotalScore": 7,
"CreateTime": "sample string 8",
"Address": {
"Linkman": "sample string 1",
"MobileOrTel": "sample string 2",
"PostCode": "sample string 3",
"AreaCode": 1,
"AreaCodeTxt": "sample string 4",
"Address": "sample string 5"
}
}
]
application/xml, text/xml
Sample:
<ArrayOfExchangeGiftOrderModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Areas.Hotel.Models">
<ExchangeGiftOrderModel>
<Address xmlns:d3p1="http://schemas.datacontract.org/2004/07/WST.Hotel.Entity">
<d3p1:Linkman>sample string 1</d3p1:Linkman>
<d3p1:MobileOrTel>sample string 2</d3p1:MobileOrTel>
<d3p1:PostCode>sample string 3</d3p1:PostCode>
<d3p1:AreaCode>1</d3p1:AreaCode>
<d3p1:AreaCodeTxt>sample string 4</d3p1:AreaCodeTxt>
<d3p1:Address>sample string 5</d3p1:Address>
</Address>
<Amount>6</Amount>
<CreateTime>sample string 8</CreateTime>
<GiftImg>sample string 5</GiftImg>
<GiftName>sample string 4</GiftName>
<OrderId>f7133448-3f77-491b-83dc-c93aaca28d78</OrderId>
<OrderNo>sample string 2</OrderNo>
<OrderState>sample string 3</OrderState>
<TotalScore>7</TotalScore>
</ExchangeGiftOrderModel>
<ExchangeGiftOrderModel>
<Address xmlns:d3p1="http://schemas.datacontract.org/2004/07/WST.Hotel.Entity">
<d3p1:Linkman>sample string 1</d3p1:Linkman>
<d3p1:MobileOrTel>sample string 2</d3p1:MobileOrTel>
<d3p1:PostCode>sample string 3</d3p1:PostCode>
<d3p1:AreaCode>1</d3p1:AreaCode>
<d3p1:AreaCodeTxt>sample string 4</d3p1:AreaCodeTxt>
<d3p1:Address>sample string 5</d3p1:Address>
</Address>
<Amount>6</Amount>
<CreateTime>sample string 8</CreateTime>
<GiftImg>sample string 5</GiftImg>
<GiftName>sample string 4</GiftName>
<OrderId>f7133448-3f77-491b-83dc-c93aaca28d78</OrderId>
<OrderNo>sample string 2</OrderNo>
<OrderState>sample string 3</OrderState>
<TotalScore>7</TotalScore>
</ExchangeGiftOrderModel>
</ArrayOfExchangeGiftOrderModel>