POST api/ZhuanTi/ZhuanTiAdminUpdate

后台--更新专题信息

Request Information

URI Parameters

None.

Body Parameters

专题更新的信息

ZhuanTiDetailDto
NameDescriptionTypeAdditional information
ZtId

专题id

integer

None.

Chrtitle

标题

string

None.

Image

封面

string

None.

Intorder

排序

integer

None.

Url

调用Url

string

None.

Type

枚举。。0 二手房,1 出租房,2商铺

HouseType

None.

CreateTime

创建时间 专题创建和更新可不传

date

None.

Content

文宣内容

string

None.

IsShelf

发布/未发布

boolean

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<ZhuanTiDetailDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Dto.ZhuanTi">
  <Chrtitle>sample string 2</Chrtitle>
  <Content>sample string 6</Content>
  <CreateTime>2024-03-29T06:37:04.1224331+08:00</CreateTime>
  <Image>sample string 3</Image>
  <Intorder>4</Intorder>
  <IsShelf>true</IsShelf>
  <Type>SecondhandHouse</Type>
  <Url>sample string 5</Url>
  <ZtId>1</ZtId>
</ZhuanTiDetailDto>

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/" />