POST api/ZhongJie/AgentPersonalCreate

会员中心 - 创建独立经纪人

Request Information

URI Parameters

None.

Body Parameters

ZhongjieCreateDto
NameDescriptionTypeAdditional information
Truename

经纪人姓名

string

None.

Filepath

个人头像

string

None.

Chrtel

手机

string

None.

WeChat

微信号

string

None.

WeChatUrl

微信二维码

string

None.

UserId

用户标识

integer

None.

IAPackage

独立经纪人套餐类型

IAPackageType

None.

IP

IP地址,无需填写

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:
<ZhongjieCreateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Dto.ZhongJie">
  <Chrtel>sample string 3</Chrtel>
  <Filepath>sample string 2</Filepath>
  <IAPackage>None</IAPackage>
  <IP>sample string 7</IP>
  <Truename>sample string 1</Truename>
  <UserId>6</UserId>
  <WeChat>sample string 4</WeChat>
  <WeChatUrl>sample string 5</WeChatUrl>
</ZhongjieCreateDto>

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

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