GET api/ZhuanTi/GetZhuanTiInfo?zhauntiId={zhauntiId}

获取单个专题 ,用于编辑

Request Information

URI Parameters

NameDescriptionTypeAdditional information
zhauntiId

integer

Required

Body Parameters

None.

Response Information

Resource Description

获取单个专题 ,用于编辑

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.

Response 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-28T22:25:39.953811+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>