POST api/FangYuan/HouseTrackInfoUpdate

会员中心--房源跟踪更新

Request Information

URI Parameters

None.

Body Parameters

HouseTrackDetailDto
NameDescriptionTypeAdditional information
Id

自增长id

integer

None.

TrackContent

记录内容

string

None.

HouseId

跟踪房源id

integer

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<HouseTrackDetailDto xmlns:i="https://www.w3.org/2001/XMLSchema-instance" xmlns="https://schemas.datacontract.org/2004/07/Mh.House.Service.Dto.House">
  <HouseId>3</HouseId>
  <Id>1</Id>
  <TrackContent>sample string 2</TrackContent>
</HouseTrackDetailDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

会员中心--房源跟踪更新

Object

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<z:anyType xmlns:i="https://www.w3.org/2001/XMLSchema-instance" xmlns:z="https://schemas.microsoft.com/2003/10/Serialization/" />