GET api/LouPan/GetPagedMyLoupanAct?LoupanActName={LoupanActName}&LoupanId={LoupanId}&PageSize={PageSize}&Search={Search}&PageID={PageID}

会员--获取楼盘活动列表

Request Information

URI Parameters

NameDescriptionTypeAdditional information
LoupanActName

楼盘活动名称搜索

string

None.

LoupanId

关联楼盘标识

integer

None.

PageSize

每页条数

integer

None.

Search

关键字

string

None.

Keywords

关键字

string

None.

PageID

分页页数

integer

None.

Body Parameters

None.

Response Information

Resource Description

会员--获取楼盘活动列表

PagedOfLouPanActDto
NameDescriptionTypeAdditional information
Data

Collection of LouPanActDto

None.

TotalRecord

integer

None.

TotalPage

integer

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: 无法访问已关闭的流。

text/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: 无法访问已关闭的流。

application/xml, text/xml

Sample:
<PagedOfLouPanActDtoGgpX_P3Mi xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Infrastructure.Pages">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Mh.House.Service.Dto.LouPan">
    <d2p1:LouPanActDto>
      <d2p1:AllJoinNumber>6</d2p1:AllJoinNumber>
      <d2p1:ExpireDate>2024-04-30T10:09:12.2854509+08:00</d2p1:ExpireDate>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:IntOrder>7</d2p1:IntOrder>
      <d2p1:JoinNumber>5</d2p1:JoinNumber>
      <d2p1:LoupanId>2</d2p1:LoupanId>
      <d2p1:Name>sample string 3</d2p1:Name>
    </d2p1:LouPanActDto>
    <d2p1:LouPanActDto>
      <d2p1:AllJoinNumber>6</d2p1:AllJoinNumber>
      <d2p1:ExpireDate>2024-04-30T10:09:12.2854509+08:00</d2p1:ExpireDate>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:IntOrder>7</d2p1:IntOrder>
      <d2p1:JoinNumber>5</d2p1:JoinNumber>
      <d2p1:LoupanId>2</d2p1:LoupanId>
      <d2p1:Name>sample string 3</d2p1:Name>
    </d2p1:LouPanActDto>
  </Data>
  <TotalPage>2</TotalPage>
  <TotalRecord>1</TotalRecord>
</PagedOfLouPanActDtoGgpX_P3Mi>