POST api/LouPan/AddCustomer

增加客户信息

Request Information

URI Parameters

None.

Body Parameters

客户信息

mh163k_house_loupan_customer
NameDescriptionTypeAdditional 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.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

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>2024-04-19T05:41:51.5130391+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>
  <Status>Invalid</Status>
</mh163k_house_loupan_customer>

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