GET api/LouPan/GetLouPanSalesdynamicses?id={id}

获取楼盘某个动态信息

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

动态id

integer

Required

Body Parameters

None.

Response Information

Resource Description

获取楼盘某个动态信息

mh163k_house_salesdynamics
NameDescriptionTypeAdditional information
Id

integer

None.

LoupanId

楼盘id

integer

None.

Date

发布销售动态时间

date

None.

Message

销售动态信息

string

None.

Iskill

是否审核

AuditStatusType

None.

Title

标题

string

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:
<mh163k_house_salesdynamics xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">
  <Date>2024-04-30T02:13:51.6292447+08:00</Date>
  <Id>1</Id>
  <Iskill>TobeAgree</Iskill>
  <LoupanId>2</LoupanId>
  <Message>sample string 4</Message>
  <Title>sample string 5</Title>
</mh163k_house_salesdynamics>