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:

Sample not available.

text/json

Sample:

Sample not available.

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-05-04T17:53:00.3324461+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:

Sample not available.

Response Information

Resource Description

增加帮我找房信息

Object

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

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