GET api/ZhongJie/GetSwitchRecord?AgentId={AgentId}&PageSize={PageSize}&Search={Search}&PageID={PageID}

后台--获取经纪人切换记录

Request Information

URI Parameters

NameDescriptionTypeAdditional information
AgentId

中介标识

integer

None.

PageSize

每页条数

integer

None.

Search

关键字

string

None.

Keywords

关键字

string

None.

PageID

分页页数

integer

None.

Body Parameters

None.

Response Information

Resource Description

后台--获取经纪人切换记录

PagedOfHouseZhongjieSwitchRecordMore
NameDescriptionTypeAdditional information
Data

Collection of HouseZhongjieSwitchRecordMore

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:
<PagedOfHouseZhongjieSwitchRecordMorePhr83kYB 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:HouseZhongjieSwitchRecordMore>
      <AgentId xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">4</AgentId>
      <AgentUserId xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">5</AgentUserId>
      <CreateTime xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">2024-04-30T11:12:32.8010337+08:00</CreateTime>
      <FromMendianId xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">6</FromMendianId>
      <Id xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">3</Id>
      <SwitchMode xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">LeftAllToDzClearPkg</SwitchMode>
      <ToMendianId xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">7</ToMendianId>
      <d2p1:FromMendianName>sample string 1</d2p1:FromMendianName>
      <d2p1:ToMendianName>sample string 2</d2p1:ToMendianName>
    </d2p1:HouseZhongjieSwitchRecordMore>
    <d2p1:HouseZhongjieSwitchRecordMore>
      <AgentId xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">4</AgentId>
      <AgentUserId xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">5</AgentUserId>
      <CreateTime xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">2024-04-30T11:12:32.8010337+08:00</CreateTime>
      <FromMendianId xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">6</FromMendianId>
      <Id xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">3</Id>
      <SwitchMode xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">LeftAllToDzClearPkg</SwitchMode>
      <ToMendianId xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">7</ToMendianId>
      <d2p1:FromMendianName>sample string 1</d2p1:FromMendianName>
      <d2p1:ToMendianName>sample string 2</d2p1:ToMendianName>
    </d2p1:HouseZhongjieSwitchRecordMore>
  </Data>
  <TotalPage>2</TotalPage>
  <TotalRecord>1</TotalRecord>
</PagedOfHouseZhongjieSwitchRecordMorePhr83kYB>