POST api/LouPan/ApplyNewLoupan

提交新的网上售楼处合作申请

Request Information

URI Parameters

None.

Body Parameters

LouPanApplicationCreateDto
NameDescriptionTypeAdditional information
LoupanName

楼盘名称

string

None.

ApplicantName

申请联系人姓名

string

None.

ApplicantWechat

申请联系人微信

string

None.

ApplicantContact

申请联系人联系方式

string

None.

ApplicantIP

申请联系人提交IP

string

None.

ApplyTime

申请提交时间

date

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:
<LouPanApplicationCreateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Dto.LouPan">
  <ApplicantContact>sample string 4</ApplicantContact>
  <ApplicantIP>sample string 5</ApplicantIP>
  <ApplicantName>sample string 2</ApplicantName>
  <ApplicantWechat>sample string 3</ApplicantWechat>
  <ApplyTime>2024-04-30T02:06:17.1135308+08:00</ApplyTime>
  <LoupanName>sample string 1</LoupanName>
</LouPanApplicationCreateDto>

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

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