GET api/LoupanOpenInfo/GetAllLoupanOpenInfo
获取楼盘开盘信息
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
获取楼盘开盘信息
Collection of LoupanOpenInfoDtoName | Description | Type | Additional information |
---|---|---|---|
ID |
楼盘开盘id |
integer |
None. |
LoupanId |
楼盘 |
integer |
None. |
LoupanName |
楼盘名称 |
string |
None. |
OpenDate |
开盘日期 |
date |
None. |
IntOrder |
排序 |
integer |
None. |
CurrentAvgPrice |
当前均价 |
decimal number |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<ArrayOfLoupanOpenInfoDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.HouseTemplate.Service.Dto"> <LoupanOpenInfoDto> <CurrentAvgPrice>6.1</CurrentAvgPrice> <ID>1</ID> <IntOrder>5</IntOrder> <LoupanId>2</LoupanId> <LoupanName>sample string 3</LoupanName> <OpenDate>2025-08-22T19:05:00.4909844+08:00</OpenDate> </LoupanOpenInfoDto> <LoupanOpenInfoDto> <CurrentAvgPrice>6.1</CurrentAvgPrice> <ID>1</ID> <IntOrder>5</IntOrder> <LoupanId>2</LoupanId> <LoupanName>sample string 3</LoupanName> <OpenDate>2025-08-22T19:05:00.4909844+08:00</OpenDate> </LoupanOpenInfoDto> </ArrayOfLoupanOpenInfoDto>