POST api/LouPan/CreateLoupanAdviser

会员--创建新的楼盘置业顾问

Request Information

URI Parameters

None.

Body Parameters

LouPanAdviserDto
NameDescriptionTypeAdditional information
Id

顾问标识

integer

None.

Name

顾问姓名

string

None.

Description

顾问描述

string

None.

Contact

顾问电话

string

None.

WechatAccount

微信账号

string

None.

WechatQrCodeUrl

微信二维码图片地址

string

None.

LogoUrl

头像

string

None.

AuditStatus

审核类型

AuditStatusType

None.

LoupanId

楼盘标识

integer

None.

LoupanName

楼盘名称

string

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:
<LouPanAdviserDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Dto.LouPan">
  <AuditStatus>TobeAgree</AuditStatus>
  <Contact>sample string 4</Contact>
  <Description>sample string 3</Description>
  <Id>1</Id>
  <LogoUrl>sample string 7</LogoUrl>
  <LoupanId>8</LoupanId>
  <LoupanName>sample string 9</LoupanName>
  <Name>sample string 2</Name>
  <WechatAccount>sample string 5</WechatAccount>
  <WechatQrCodeUrl>sample string 6</WechatQrCodeUrl>
</LouPanAdviserDto>

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

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