GET api/VisitorCounter/GetMendianPagedVcs?Id={Id}&UserId={UserId}&VisitType={VisitType}&LoupanId={LoupanId}&ZhongjieId={ZhongjieId}&MendianId={MendianId}&PageSize={PageSize}&Search={Search}&PageID={PageID}

门店中心--获取房源访客统计记录列表

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Id

id筛选,用于计算viewnums

integer

None.

UserId

UserId筛选,用于计算viewnums

integer

None.

VisitType

浏览类型

VisitType

None.

LoupanId

楼盘Id

integer

None.

ZhongjieId

中介Id

integer

None.

MendianId

门店Id

integer

None.

PageSize

每页条数

integer

None.

Search

关键字

string

None.

Keywords

关键字

string

None.

PageID

分页页数

integer

None.

Body Parameters

None.

Response Information

Resource Description

门店中心--获取房源访客统计记录列表

PagedOfVisitorCounterListDto
NameDescriptionTypeAdditional information
Data

Collection of VisitorCounterListDto

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:
<PagedOfVisitorCounterListDtoIJTfiODQ 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.VisitorCounter.Service.Dto">
    <d2p1:VisitorCounterListDto>
      <BizId xmlns="http://schemas.datacontract.org/2004/07/Mh.VisitorCounter.Service.Model">7</BizId>
      <BizTitle xmlns="http://schemas.datacontract.org/2004/07/Mh.VisitorCounter.Service.Model">sample string 8</BizTitle>
      <ClientType xmlns="http://schemas.datacontract.org/2004/07/Mh.VisitorCounter.Service.Model">IOS</ClientType>
      <Comment xmlns="http://schemas.datacontract.org/2004/07/Mh.VisitorCounter.Service.Model">sample string 13</Comment>
      <CreateTime xmlns="http://schemas.datacontract.org/2004/07/Mh.VisitorCounter.Service.Model">2024-05-10T03:39:25.584564+08:00</CreateTime>
      <Id xmlns="http://schemas.datacontract.org/2004/07/Mh.VisitorCounter.Service.Model">5</Id>
      <IpAddress xmlns="http://schemas.datacontract.org/2004/07/Mh.VisitorCounter.Service.Model">sample string 11</IpAddress>
      <MendianId xmlns="http://schemas.datacontract.org/2004/07/Mh.VisitorCounter.Service.Model">10</MendianId>
      <UserId xmlns="http://schemas.datacontract.org/2004/07/Mh.VisitorCounter.Service.Model">12</UserId>
      <VisitType xmlns="http://schemas.datacontract.org/2004/07/Mh.VisitorCounter.Service.Model">SecondHouse</VisitType>
      <ZhongjieId xmlns="http://schemas.datacontract.org/2004/07/Mh.VisitorCounter.Service.Model">9</ZhongjieId>
      <d2p1:Chrname>sample string 2</d2p1:Chrname>
      <d2p1:IsAgent>true</d2p1:IsAgent>
      <d2p1:Phone>sample string 3</d2p1:Phone>
      <d2p1:ViewNums>1</d2p1:ViewNums>
    </d2p1:VisitorCounterListDto>
    <d2p1:VisitorCounterListDto>
      <BizId xmlns="http://schemas.datacontract.org/2004/07/Mh.VisitorCounter.Service.Model">7</BizId>
      <BizTitle xmlns="http://schemas.datacontract.org/2004/07/Mh.VisitorCounter.Service.Model">sample string 8</BizTitle>
      <ClientType xmlns="http://schemas.datacontract.org/2004/07/Mh.VisitorCounter.Service.Model">IOS</ClientType>
      <Comment xmlns="http://schemas.datacontract.org/2004/07/Mh.VisitorCounter.Service.Model">sample string 13</Comment>
      <CreateTime xmlns="http://schemas.datacontract.org/2004/07/Mh.VisitorCounter.Service.Model">2024-05-10T03:39:25.584564+08:00</CreateTime>
      <Id xmlns="http://schemas.datacontract.org/2004/07/Mh.VisitorCounter.Service.Model">5</Id>
      <IpAddress xmlns="http://schemas.datacontract.org/2004/07/Mh.VisitorCounter.Service.Model">sample string 11</IpAddress>
      <MendianId xmlns="http://schemas.datacontract.org/2004/07/Mh.VisitorCounter.Service.Model">10</MendianId>
      <UserId xmlns="http://schemas.datacontract.org/2004/07/Mh.VisitorCounter.Service.Model">12</UserId>
      <VisitType xmlns="http://schemas.datacontract.org/2004/07/Mh.VisitorCounter.Service.Model">SecondHouse</VisitType>
      <ZhongjieId xmlns="http://schemas.datacontract.org/2004/07/Mh.VisitorCounter.Service.Model">9</ZhongjieId>
      <d2p1:Chrname>sample string 2</d2p1:Chrname>
      <d2p1:IsAgent>true</d2p1:IsAgent>
      <d2p1:Phone>sample string 3</d2p1:Phone>
      <d2p1:ViewNums>1</d2p1:ViewNums>
    </d2p1:VisitorCounterListDto>
  </Data>
  <TotalPage>2</TotalPage>
  <TotalRecord>1</TotalRecord>
</PagedOfVisitorCounterListDtoIJTfiODQ>