POST api/LouPan/AddFindLoupanCustomer

增加帮我找房信息

Request Information

URI Parameters

None.

Body Parameters

帮我找房

mh163k_house_loupan_findLoupanCustomer
NameDescriptionTypeAdditional information
Id

自增id

integer

None.

CustomerName

客户名称

string

None.

CustomerTel

客户联系方式

string

None.

CustomerIp

客户ip

string

None.

CreateTime

提交时间

date

None.

AreaId

期望区域Id

integer

None.

ExpenseId

预算Id

integer

None.

Status

客源状态

CustomerStatus

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:
<mh163k_house_loupan_findLoupanCustomer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">
  <AreaId>6</AreaId>
  <CreateTime>2024-04-30T01:50:45.2541463+08:00</CreateTime>
  <CustomerIp>sample string 4</CustomerIp>
  <CustomerName>sample string 2</CustomerName>
  <CustomerTel>sample string 3</CustomerTel>
  <ExpenseId>7</ExpenseId>
  <Id>1</Id>
  <Status>Invalid</Status>
</mh163k_house_loupan_findLoupanCustomer>

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 'mh163k_house_loupan_findLoupanCustomer'.

Response Information

Resource Description

增加帮我找房信息

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/" />