GET api/FangYuan/GetAdminTrackInfoByHouseId?houseId={houseId}

后台--获取跟踪记录根据Houseid

Request Information

URI Parameters

NameDescriptionTypeAdditional information
houseId

integer

Required

Body Parameters

None.

Response Information

Resource Description

后台--获取跟踪记录根据Houseid

Collection of HouseTrackDto
NameDescriptionTypeAdditional information
Id

自增长id

integer

None.

TrackContent

记录内容

string

None.

AgentName

跟踪房源的中介名称

string

None.

AgentId

跟踪房源的中介id

integer

None.

IsEdit

是否可操作

boolean

None.

HouseId

跟踪房源id

integer

None.

CreateTime

记录时间

date

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<ArrayOfHouseTrackDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Dto.House">
  <HouseTrackDto>
    <AgentId>4</AgentId>
    <AgentName>sample string 3</AgentName>
    <CreateTime>2024-04-20T16:09:06.3566341+08:00</CreateTime>
    <HouseId>6</HouseId>
    <Id>1</Id>
    <IsEdit>true</IsEdit>
    <TrackContent>sample string 2</TrackContent>
  </HouseTrackDto>
  <HouseTrackDto>
    <AgentId>4</AgentId>
    <AgentName>sample string 3</AgentName>
    <CreateTime>2024-04-20T16:09:06.3566341+08:00</CreateTime>
    <HouseId>6</HouseId>
    <Id>1</Id>
    <IsEdit>true</IsEdit>
    <TrackContent>sample string 2</TrackContent>
  </HouseTrackDto>
</ArrayOfHouseTrackDto>