GET api/Promotion/GetPromotionPageDetail/{id}?aid={aid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| aid | string |
Required |
|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
PromotionPageInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| ProPageItem | PromotionPageEntity |
None. |
|
| ShareCount | integer |
None. |
|
| CreateTime | string |
None. |
|
| commentInfoList | Collection of PromotionCommentEntity |
None. |
Response Formats
application/json, text/json
Sample:
{
"ProPageItem": {
"PageID": "a1669b34-cf92-4f88-b984-e034ca2c8b2a",
"ShopID": 2,
"Title": "sample string 3",
"Contents": "sample string 4",
"DefaultImage": "sample string 5",
"State": true,
"Taxis": 7,
"Price": 8.0,
"PayImage": "sample string 9",
"IsCreatePoster": true,
"ShareNum": 11,
"UnfinishedPrompt": "sample string 12",
"FinishedPrompt": "sample string 13",
"PayPrompt": "sample string 14",
"SearchTitle": "sample string 15",
"SearchKeyWord": "sample string 16",
"SearchDescription": "sample string 17",
"IsShowShareBtn": true,
"ShareBtnTitle": "sample string 19",
"IsShowPayBtn": true,
"PayBtnTitle": "sample string 21",
"Contents1": "sample string 22",
"Contents2": "sample string 23",
"ProductID": "63a281d5-a66c-48b3-8f51-4b30c399f94c",
"IsShowComment": true,
"CreateTime": "2025-12-18T14:57:28.7701546+08:00",
"UpdateTime": "2025-12-18T14:57:28.7701546+08:00"
},
"ShareCount": 1,
"CreateTime": "sample string 2",
"commentInfoList": [
{
"CommentID": "3472d2ff-3545-42e9-a771-0586345316e2",
"ShopID": 2,
"PageID": "41d187e3-b81e-4535-8318-e6d4342a6de3",
"Title": "sample string 4",
"AccountID": "6a7eaa24-d204-47d2-b3d0-8434b0f3d284",
"AccounName": "sample string 5",
"AccountImage": "sample string 6",
"NickName": "sample string 7",
"State": true,
"Contents": "sample string 9",
"CreateTime": "2025-12-18T14:57:28.7711299+08:00",
"Replys": "sample string 11",
"Useful": 1,
"UnUseful": 1
},
{
"CommentID": "3472d2ff-3545-42e9-a771-0586345316e2",
"ShopID": 2,
"PageID": "41d187e3-b81e-4535-8318-e6d4342a6de3",
"Title": "sample string 4",
"AccountID": "6a7eaa24-d204-47d2-b3d0-8434b0f3d284",
"AccounName": "sample string 5",
"AccountImage": "sample string 6",
"NickName": "sample string 7",
"State": true,
"Contents": "sample string 9",
"CreateTime": "2025-12-18T14:57:28.7711299+08:00",
"Replys": "sample string 11",
"Useful": 1,
"UnUseful": 1
}
]
}
application/xml, text/xml
Sample:
<PromotionController.PromotionPageInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Controllers">
<CreateTime>sample string 2</CreateTime>
<ProPageItem xmlns:d2p1="http://schemas.datacontract.org/2004/07/WST.Distributors.Entity">
<d2p1:PageID>a1669b34-cf92-4f88-b984-e034ca2c8b2a</d2p1:PageID>
<d2p1:ShopID>2</d2p1:ShopID>
<d2p1:Title>sample string 3</d2p1:Title>
<d2p1:Contents>sample string 4</d2p1:Contents>
<d2p1:DefaultImage>sample string 5</d2p1:DefaultImage>
<d2p1:State>true</d2p1:State>
<d2p1:Taxis>7</d2p1:Taxis>
<d2p1:Price>8</d2p1:Price>
<d2p1:PayImage>sample string 9</d2p1:PayImage>
<d2p1:IsCreatePoster>true</d2p1:IsCreatePoster>
<d2p1:ShareNum>11</d2p1:ShareNum>
<d2p1:UnfinishedPrompt>sample string 12</d2p1:UnfinishedPrompt>
<d2p1:FinishedPrompt>sample string 13</d2p1:FinishedPrompt>
<d2p1:PayPrompt>sample string 14</d2p1:PayPrompt>
<d2p1:SearchTitle>sample string 15</d2p1:SearchTitle>
<d2p1:SearchKeyWord>sample string 16</d2p1:SearchKeyWord>
<d2p1:SearchDescription>sample string 17</d2p1:SearchDescription>
<d2p1:IsShowShareBtn>true</d2p1:IsShowShareBtn>
<d2p1:ShareBtnTitle>sample string 19</d2p1:ShareBtnTitle>
<d2p1:IsShowPayBtn>true</d2p1:IsShowPayBtn>
<d2p1:PayBtnTitle>sample string 21</d2p1:PayBtnTitle>
<d2p1:Contents1>sample string 22</d2p1:Contents1>
<d2p1:Contents2>sample string 23</d2p1:Contents2>
<d2p1:ProductID>63a281d5-a66c-48b3-8f51-4b30c399f94c</d2p1:ProductID>
<d2p1:IsShowComment>true</d2p1:IsShowComment>
<d2p1:CreateTime>2025-12-18T14:57:28.7701546+08:00</d2p1:CreateTime>
<d2p1:UpdateTime>2025-12-18T14:57:28.7701546+08:00</d2p1:UpdateTime>
</ProPageItem>
<ShareCount>1</ShareCount>
<commentInfoList xmlns:d2p1="http://schemas.datacontract.org/2004/07/WST.Distributors.Entity">
<d2p1:PromotionCommentEntity>
<d2p1:CommentID>3472d2ff-3545-42e9-a771-0586345316e2</d2p1:CommentID>
<d2p1:ShopID>2</d2p1:ShopID>
<d2p1:PageID>41d187e3-b81e-4535-8318-e6d4342a6de3</d2p1:PageID>
<d2p1:Title>sample string 4</d2p1:Title>
<d2p1:AccountID>6a7eaa24-d204-47d2-b3d0-8434b0f3d284</d2p1:AccountID>
<d2p1:AccounName>sample string 5</d2p1:AccounName>
<d2p1:AccountImage>sample string 6</d2p1:AccountImage>
<d2p1:NickName>sample string 7</d2p1:NickName>
<d2p1:State>true</d2p1:State>
<d2p1:Contents>sample string 9</d2p1:Contents>
<d2p1:CreateTime>2025-12-18T14:57:28.7711299+08:00</d2p1:CreateTime>
<d2p1:Replys>sample string 11</d2p1:Replys>
<d2p1:Useful>1</d2p1:Useful>
<d2p1:UnUseful>1</d2p1:UnUseful>
</d2p1:PromotionCommentEntity>
<d2p1:PromotionCommentEntity>
<d2p1:CommentID>3472d2ff-3545-42e9-a771-0586345316e2</d2p1:CommentID>
<d2p1:ShopID>2</d2p1:ShopID>
<d2p1:PageID>41d187e3-b81e-4535-8318-e6d4342a6de3</d2p1:PageID>
<d2p1:Title>sample string 4</d2p1:Title>
<d2p1:AccountID>6a7eaa24-d204-47d2-b3d0-8434b0f3d284</d2p1:AccountID>
<d2p1:AccounName>sample string 5</d2p1:AccounName>
<d2p1:AccountImage>sample string 6</d2p1:AccountImage>
<d2p1:NickName>sample string 7</d2p1:NickName>
<d2p1:State>true</d2p1:State>
<d2p1:Contents>sample string 9</d2p1:Contents>
<d2p1:CreateTime>2025-12-18T14:57:28.7711299+08:00</d2p1:CreateTime>
<d2p1:Replys>sample string 11</d2p1:Replys>
<d2p1:Useful>1</d2p1:Useful>
<d2p1:UnUseful>1</d2p1:UnUseful>
</d2p1:PromotionCommentEntity>
</commentInfoList>
</PromotionController.PromotionPageInfo>