GET api/{area}/Promotion/GetPromotionPageDetail/{id}?aid={aid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
aid

string

Required

id

string

Required

area

string

None.

Body Parameters

None.

Response Information

Resource Description

PromotionPageInfo
NameDescriptionTypeAdditional information
ProPageItem

PromotionPageEntity

None.

ShareCount

integer

None.

CreateTime

string

None.

commentInfoList

Collection of PromotionCommentEntity

None.

Response Formats

application/json, text/json

Sample:
{
  "ProPageItem": {
    "PageID": "65203ca4-4102-4b1d-ab6a-1adae335f86a",
    "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": "adfdd55d-3c42-42fd-b96c-a72973956410",
    "IsShowComment": true,
    "CreateTime": "2025-12-18T15:05:32.9489651+08:00",
    "UpdateTime": "2025-12-18T15:05:32.9489651+08:00"
  },
  "ShareCount": 1,
  "CreateTime": "sample string 2",
  "commentInfoList": [
    {
      "CommentID": "0ba3033f-4d21-447d-b8ef-1ee6254e1a4f",
      "ShopID": 2,
      "PageID": "b8a384b1-e24a-4f42-8aeb-34c179d8a155",
      "Title": "sample string 4",
      "AccountID": "d8f63bb2-202e-411a-9100-656e0c89bc96",
      "AccounName": "sample string 5",
      "AccountImage": "sample string 6",
      "NickName": "sample string 7",
      "State": true,
      "Contents": "sample string 9",
      "CreateTime": "2025-12-18T15:05:32.9489651+08:00",
      "Replys": "sample string 11",
      "Useful": 1,
      "UnUseful": 1
    },
    {
      "CommentID": "0ba3033f-4d21-447d-b8ef-1ee6254e1a4f",
      "ShopID": 2,
      "PageID": "b8a384b1-e24a-4f42-8aeb-34c179d8a155",
      "Title": "sample string 4",
      "AccountID": "d8f63bb2-202e-411a-9100-656e0c89bc96",
      "AccounName": "sample string 5",
      "AccountImage": "sample string 6",
      "NickName": "sample string 7",
      "State": true,
      "Contents": "sample string 9",
      "CreateTime": "2025-12-18T15:05:32.9489651+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>65203ca4-4102-4b1d-ab6a-1adae335f86a</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>adfdd55d-3c42-42fd-b96c-a72973956410</d2p1:ProductID>
    <d2p1:IsShowComment>true</d2p1:IsShowComment>
    <d2p1:CreateTime>2025-12-18T15:05:32.9489651+08:00</d2p1:CreateTime>
    <d2p1:UpdateTime>2025-12-18T15:05:32.9489651+08:00</d2p1:UpdateTime>
  </ProPageItem>
  <ShareCount>1</ShareCount>
  <commentInfoList xmlns:d2p1="http://schemas.datacontract.org/2004/07/WST.Distributors.Entity">
    <d2p1:PromotionCommentEntity>
      <d2p1:CommentID>0ba3033f-4d21-447d-b8ef-1ee6254e1a4f</d2p1:CommentID>
      <d2p1:ShopID>2</d2p1:ShopID>
      <d2p1:PageID>b8a384b1-e24a-4f42-8aeb-34c179d8a155</d2p1:PageID>
      <d2p1:Title>sample string 4</d2p1:Title>
      <d2p1:AccountID>d8f63bb2-202e-411a-9100-656e0c89bc96</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-18T15:05:32.9489651+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>0ba3033f-4d21-447d-b8ef-1ee6254e1a4f</d2p1:CommentID>
      <d2p1:ShopID>2</d2p1:ShopID>
      <d2p1:PageID>b8a384b1-e24a-4f42-8aeb-34c179d8a155</d2p1:PageID>
      <d2p1:Title>sample string 4</d2p1:Title>
      <d2p1:AccountID>d8f63bb2-202e-411a-9100-656e0c89bc96</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-18T15:05:32.9489651+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>