GET api/LouPan/GetMyJunjia?LoupanId={LoupanId}&Desc={Desc}&Top={Top}

会员--查询均价

Request Information

URI Parameters

NameDescriptionTypeAdditional information
LoupanId

楼盘id

integer

None.

Desc

日期是否倒序

boolean

None.

Top

前top条

integer

None.

Body Parameters

None.

Response Information

Resource Description

会员--查询均价

Collection of LoupanJunjiaDto
NameDescriptionTypeAdditional information
Detailsid

记录id

integer

None.

Intyear

年份 /增加和更新不能为空

integer

None.

Intmonth

月份 /增加和更新不能为空

integer

None.

Price

均价 /增加和更新不能为空

decimal number

None.

Zoushi

走势

decimal number

None.

Loupanid

楼盘id/ 不可为空

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:
<ArrayOfLoupanJunjiaDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Dto.LouPan">
  <LoupanJunjiaDto>
    <Detailsid>1</Detailsid>
    <Intmonth>3</Intmonth>
    <Intyear>2</Intyear>
    <Loupanid>6</Loupanid>
    <Price>4</Price>
    <Zoushi>5.1</Zoushi>
  </LoupanJunjiaDto>
  <LoupanJunjiaDto>
    <Detailsid>1</Detailsid>
    <Intmonth>3</Intmonth>
    <Intyear>2</Intyear>
    <Loupanid>6</Loupanid>
    <Price>4</Price>
    <Zoushi>5.1</Zoushi>
  </LoupanJunjiaDto>
</ArrayOfLoupanJunjiaDto>