GET api/LouPan/GetPagedLoupanApp?LoupanName={LoupanName}&ApplicantName={ApplicantName}&HasBeenDealtWith={HasBeenDealtWith}&PageSize={PageSize}&Search={Search}&PageID={PageID}

后台 - 获取分页楼盘申请记录

Request Information

URI Parameters

NameDescriptionTypeAdditional information
LoupanName

楼盘名称搜索

string

None.

ApplicantName

联系人关键字搜索

string

None.

HasBeenDealtWith

是否已经被处理过,传空表示不筛选

boolean

None.

PageSize

每页条数

integer

None.

Search

关键字

string

None.

Keywords

关键字

string

None.

PageID

分页页数

integer

None.

Body Parameters

None.

Response Information

Resource Description

后台 - 获取分页楼盘申请记录

PagedOfLouPanApplicationDto
NameDescriptionTypeAdditional information
Data

Collection of LouPanApplicationDto

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:
<PagedOfLouPanApplicationDtoGgpX_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:LouPanApplicationDto>
      <d2p1:ApplicantContact>sample string 5</d2p1:ApplicantContact>
      <d2p1:ApplicantIP>sample string 6</d2p1:ApplicantIP>
      <d2p1:ApplicantName>sample string 3</d2p1:ApplicantName>
      <d2p1:ApplicantWechat>sample string 4</d2p1:ApplicantWechat>
      <d2p1:ApplyTime>2024-04-30T12:42:19.2696674+08:00</d2p1:ApplyTime>
      <d2p1:HasBeenDealtWith>true</d2p1:HasBeenDealtWith>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:LoupanName>sample string 2</d2p1:LoupanName>
    </d2p1:LouPanApplicationDto>
    <d2p1:LouPanApplicationDto>
      <d2p1:ApplicantContact>sample string 5</d2p1:ApplicantContact>
      <d2p1:ApplicantIP>sample string 6</d2p1:ApplicantIP>
      <d2p1:ApplicantName>sample string 3</d2p1:ApplicantName>
      <d2p1:ApplicantWechat>sample string 4</d2p1:ApplicantWechat>
      <d2p1:ApplyTime>2024-04-30T12:42:19.2696674+08:00</d2p1:ApplyTime>
      <d2p1:HasBeenDealtWith>true</d2p1:HasBeenDealtWith>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:LoupanName>sample string 2</d2p1:LoupanName>
    </d2p1:LouPanApplicationDto>
  </Data>
  <TotalPage>2</TotalPage>
  <TotalRecord>1</TotalRecord>
</PagedOfLouPanApplicationDtoGgpX_P3Mi>