GET api/XuQiu/GetXuqiuDetail?xuqiuid={xuqiuid}

根据id获取求租求购信息(编辑使用)

Request Information

URI Parameters

NameDescriptionTypeAdditional information
xuqiuid

integer

Required

Body Parameters

None.

Response Information

Resource Description

根据id获取求租求购信息(编辑使用)

XuQiuSimpleDto
NameDescriptionTypeAdditional information
Detailsid

ID

integer

None.

Chrlive

需求编号

string

None.

Chrtitle

标题

string

None.

Quyuid

区域ID 默认值(0)

integer

None.

QuyuName

string

None.

Diduanid

地段ID 默认值(0)

integer

None.

DiduanName

string

None.

Styleid

需求性质 0求租 1求购 默认值(0)

XuQiuType

None.

Chrcontent

要求简述

string

None.

Chrman

需求人称呼

string

None.

Chrtel

联系电话

string

None.

Chrmark

备注信息

string

None.

Intorder

排序 默认值(1)

integer

None.

Iskill

审核状态 0等待审核 1正常 2下线 默认值(0)

AuditStatusType

None.

Dtappenddate

添加时间 默认值(getdate())

date

None.

Chrip

发布人IP

string

None.

Isflag

boolean

None.

Istrade

是否成交

boolean

None.

Userid

用户id

integer

None.

UserName

发布人

string

None.

UserHeadFile

头像

string

None.

Shi

户型几室 默认值(0)

integer

None.

AreaRange

面积范围

integer

None.

AreaRangeName

string

None.

PriceRange

价格范围()

integer

None.

PriceRangeName

string

None.

IndexImageUrl

封面图

string

None.

IsNewHouse

是否新房

boolean

None.

IsTransferFee

是否接受转让费

boolean

None.

ShopType

商铺类型

integer

None.

ShopTypeName

string

None.

Views

浏览量

integer

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: 无法访问已关闭的流。

text/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: 无法访问已关闭的流。

application/xml, text/xml

Sample:
<XuQiuSimpleDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Dto.XuQiu">
  <AreaRange>21</AreaRange>
  <AreaRangeName>sample string 22</AreaRangeName>
  <Chrcontent>sample string 8</Chrcontent>
  <Chrip>sample string 14</Chrip>
  <Chrlive>sample string 2</Chrlive>
  <Chrman>sample string 9</Chrman>
  <Chrmark>sample string 11</Chrmark>
  <Chrtel>sample string 10</Chrtel>
  <Chrtitle>sample string 3</Chrtitle>
  <Detailsid>1</Detailsid>
  <DiduanName>sample string 7</DiduanName>
  <Diduanid>6</Diduanid>
  <Dtappenddate>2024-04-30T01:33:41.9416759+08:00</Dtappenddate>
  <IndexImageUrl>sample string 25</IndexImageUrl>
  <Intorder>12</Intorder>
  <IsNewHouse>true</IsNewHouse>
  <IsTransferFee>true</IsTransferFee>
  <Isflag>true</Isflag>
  <Iskill>TobeAgree</Iskill>
  <Istrade>true</Istrade>
  <PriceRange>23</PriceRange>
  <PriceRangeName>sample string 24</PriceRangeName>
  <QuyuName>sample string 5</QuyuName>
  <Quyuid>4</Quyuid>
  <Shi>20</Shi>
  <ShopType>28</ShopType>
  <ShopTypeName>sample string 29</ShopTypeName>
  <Styleid>Renting</Styleid>
  <UserHeadFile>sample string 19</UserHeadFile>
  <UserName>sample string 18</UserName>
  <Userid>17</Userid>
  <Views>30</Views>
</XuQiuSimpleDto>