POST api/HouseDistribution/AdminReportOnHouse

后台--报备房源 loupanid 废弃,使用entityId和entityType

Request Information

URI Parameters

None.

Body Parameters

HouseReportCreateDto
NameDescriptionTypeAdditional information
EntityId

分销主体id

integer

None.

EntityType

分销主体分类 (楼盘,二手房,租房,商铺)

HouseType

None.

ClientName

报备客户名称(中介名,个人会员名)

string

None.

ClientContact

报备客户联系方式(中介联系方式,个人会员联系方式)

string

None.

ReportDesp

报备情况说明()

string

None.

UserId

报备会员信息

integer

None.

Turnover

成交额

integer

None.

Request 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:
<HouseReportCreateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.HouseDistribution.Service.Dto">
  <ClientContact>sample string 3</ClientContact>
  <ClientName>sample string 2</ClientName>
  <EntityId>1</EntityId>
  <EntityType>SecondhandHouse</EntityType>
  <ReportDesp>sample string 4</ReportDesp>
  <Turnover>6</Turnover>
  <UserId>5</UserId>
</HouseReportCreateDto>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'HouseReportCreateDto'.

Response Information

Resource Description

后台--报备房源 loupanid 废弃,使用entityId和entityType

Object

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:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />