POST api/LouPan/ApplyToJoinLoupanAdviser

申请成为新的楼盘置业顾问

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:

Sample not available.

text/json

Sample:

Sample not available.

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:

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