POST api/LouPan/AddNewPriceCustomer
增加客户信息(获取最新报价)
Request Information
URI Parameters
None.
Body Parameters
mh163k_house_loupan_customer| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
自增id |
integer |
None. |
| CustomerName |
客户名称 |
string |
None. |
| CustomerTel |
客户联系方式 |
string |
None. |
| CustomerIp |
客户ip |
string |
None. |
| CollectType |
收集方式 |
LoupanCollectType |
None. |
| CreateTime |
提交时间 |
date |
None. |
| Loupanid |
楼盘id |
integer |
None. |
| EntityId |
关联的户型或活动等 |
integer |
None. |
| Status |
客源状态 |
CustomerStatus |
None. |
| RemarksContent |
备注信息 |
string |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<mh163k_house_loupan_customer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model"> <CollectType>Active</CollectType> <CreateTime>2025-12-16T15:58:57.1538625+08:00</CreateTime> <CustomerIp>sample string 4</CustomerIp> <CustomerName>sample string 2</CustomerName> <CustomerTel>sample string 3</CustomerTel> <EntityId>7</EntityId> <Id>1</Id> <Loupanid>6</Loupanid> <RemarksContent>sample string 8</RemarksContent> <Status>Invalid</Status> </mh163k_house_loupan_customer>
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/" />