POST api/LouPan/AddFindLoupanCustomer
增加帮我找房信息
Request Information
URI Parameters
None.
Body Parameters
帮我找房
mh163k_house_loupan_findLoupanCustomer| Name | Description | Type | Additional 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:
text/json
Sample:
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>2025-12-16T15:58:10.2124303+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:
Response Information
Resource Description
增加帮我找房信息
ObjectNone.
Response Formats
application/json
Sample:
text/json
Sample:
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/" />