GET api/{area}/Exchange/GetProductDetail/{id}?aid={aid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| aid | string |
Required |
|
| id | string |
Required |
|
| area | string |
None. |
Body Parameters
None.
Response Information
Resource Description
ExchangeGiftDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| proInfo | ExchangeGiftEntity |
None. |
|
| imagePathList | Collection of string |
None. |
|
| IntegralAlias | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"proInfo": {
"GiftID": "6be0b2b3-92ca-49cc-a507-80d5e9f19d1a",
"ShopID": 2,
"GiftName": "sample string 3",
"StockAmount": 4,
"Score": 5,
"FirstImagePath": "sample string 6",
"SecondImagePath": "sample string 7",
"ImagePathList": "sample string 8",
"WindowHight": 9,
"BriefIntroduction": "sample string 10",
"Contents": "sample string 11",
"State": true,
"Taxis": 13,
"CreateTime": "2025-12-18T14:50:28.9809696+08:00",
"UpdateTime": "2025-12-18T14:50:28.9809696+08:00",
"SaleAmount": 16,
"BrowseNumber": 17
},
"imagePathList": [
"sample string 1",
"sample string 2"
],
"IntegralAlias": "sample string 1"
}
application/xml, text/xml
Sample:
<ExchangeGiftDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Models">
<IntegralAlias>sample string 1</IntegralAlias>
<imagePathList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</imagePathList>
<proInfo xmlns:d2p1="http://schemas.datacontract.org/2004/07/WST.Distributors.Entity">
<d2p1:GiftID>6be0b2b3-92ca-49cc-a507-80d5e9f19d1a</d2p1:GiftID>
<d2p1:ShopID>2</d2p1:ShopID>
<d2p1:GiftName>sample string 3</d2p1:GiftName>
<d2p1:StockAmount>4</d2p1:StockAmount>
<d2p1:Score>5</d2p1:Score>
<d2p1:FirstImagePath>sample string 6</d2p1:FirstImagePath>
<d2p1:SecondImagePath>sample string 7</d2p1:SecondImagePath>
<d2p1:ImagePathList>sample string 8</d2p1:ImagePathList>
<d2p1:WindowHight>9</d2p1:WindowHight>
<d2p1:BriefIntroduction>sample string 10</d2p1:BriefIntroduction>
<d2p1:Contents>sample string 11</d2p1:Contents>
<d2p1:State>true</d2p1:State>
<d2p1:Taxis>13</d2p1:Taxis>
<d2p1:CreateTime>2025-12-18T14:50:28.9809696+08:00</d2p1:CreateTime>
<d2p1:UpdateTime>2025-12-18T14:50:28.9809696+08:00</d2p1:UpdateTime>
<d2p1:SaleAmount>16</d2p1:SaleAmount>
<d2p1:BrowseNumber>17</d2p1:BrowseNumber>
</proInfo>
</ExchangeGiftDetail>