POST api/FangYuan/FangYuanSuperUpdate

后台--超级管理更新房源

Request Information

URI Parameters

None.

Body Parameters

HouseChuzhuSuperUpdateDto
NameDescriptionTypeAdditional information
Id

房源id

integer

None.

UserName

会员名

string

None.

IsTrade

是否成交 默认值(0)

boolean

None.

TopDate

房源付费置顶时间

date

None.

IsTop

是否置顶 默认值(0)

boolean

None.

Iskill

审核状态

AuditStatusType

None.

IsShelf

是否上架

boolean

None.

HouseRefreshList

房源刷新记录

Collection of HouseRefreshDto

None.

Views

浏览数

integer

None.

IsTuijian

boolean

None.

TuijianDateTime

date

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<HouseChuzhuSuperUpdateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Dto.House">
  <HouseRefreshList>
    <HouseRefreshDto>
      <AdminUserId>4</AdminUserId>
      <HouseId>2</HouseId>
      <Id>1</Id>
      <RefreshSource>Default</RefreshSource>
      <RefreshTime>2024-04-26T06:59:18.1068618+08:00</RefreshTime>
      <RefreshType>Auto</RefreshType>
      <RefreshUserName>sample string 6</RefreshUserName>
      <UserId>5</UserId>
    </HouseRefreshDto>
    <HouseRefreshDto>
      <AdminUserId>4</AdminUserId>
      <HouseId>2</HouseId>
      <Id>1</Id>
      <RefreshSource>Default</RefreshSource>
      <RefreshTime>2024-04-26T06:59:18.1068618+08:00</RefreshTime>
      <RefreshType>Auto</RefreshType>
      <RefreshUserName>sample string 6</RefreshUserName>
      <UserId>5</UserId>
    </HouseRefreshDto>
  </HouseRefreshList>
  <Id>1</Id>
  <IsShelf>true</IsShelf>
  <IsTop>true</IsTop>
  <IsTrade>true</IsTrade>
  <IsTuijian>true</IsTuijian>
  <Iskill>TobeAgree</Iskill>
  <TopDate>2024-04-26T06:59:18.1068618+08:00</TopDate>
  <TuijianDateTime>2024-04-26T06:59:18.1068618+08:00</TuijianDateTime>
  <UserName>sample string 2</UserName>
  <Views>6</Views>
</HouseChuzhuSuperUpdateDto>

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="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />