GET api/HouseCustomer/GetCustomerInfoBySearch?CollectType={CollectType}&LoupanId={LoupanId}&PageSize={PageSize}&Search={Search}&PageID={PageID}

后台--获取客户信息,带分页

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CollectType

客源收集方式

LoupanCollectType

None.

LoupanId

楼盘标识

integer

None.

PageSize

每页条数

integer

None.

Search

关键字

string

None.

Keywords

关键字

string

None.

PageID

分页页数

integer

None.

Body Parameters

None.

Response Information

Resource Description

后台--获取客户信息,带分页

PagedOfHouseCustomerEntity
NameDescriptionTypeAdditional information
Data

Collection of HouseCustomerEntity

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:
<PagedOfHouseCustomerEntityPhr83kYB 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.Model.ModelAggregation">
    <d2p1:HouseCustomerEntity>
      <CollectType xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">Active</CollectType>
      <CreateTime xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">2024-04-30T14:57:03.6603753+08:00</CreateTime>
      <CustomerIp xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">sample string 6</CustomerIp>
      <CustomerName xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">sample string 4</CustomerName>
      <CustomerTel xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">sample string 5</CustomerTel>
      <EntityId xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">9</EntityId>
      <Id xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">3</Id>
      <Loupanid xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">8</Loupanid>
      <RemarksContent xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">sample string 10</RemarksContent>
      <Status xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">Invalid</Status>
      <d2p1:EntityName>sample string 2</d2p1:EntityName>
      <d2p1:LoupanName>sample string 1</d2p1:LoupanName>
    </d2p1:HouseCustomerEntity>
    <d2p1:HouseCustomerEntity>
      <CollectType xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">Active</CollectType>
      <CreateTime xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">2024-04-30T14:57:03.6603753+08:00</CreateTime>
      <CustomerIp xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">sample string 6</CustomerIp>
      <CustomerName xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">sample string 4</CustomerName>
      <CustomerTel xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">sample string 5</CustomerTel>
      <EntityId xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">9</EntityId>
      <Id xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">3</Id>
      <Loupanid xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">8</Loupanid>
      <RemarksContent xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">sample string 10</RemarksContent>
      <Status xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">Invalid</Status>
      <d2p1:EntityName>sample string 2</d2p1:EntityName>
      <d2p1:LoupanName>sample string 1</d2p1:LoupanName>
    </d2p1:HouseCustomerEntity>
  </Data>
  <TotalPage>2</TotalPage>
  <TotalRecord>1</TotalRecord>
</PagedOfHouseCustomerEntityPhr83kYB>