POST api/ZhongJie/AgentPersonalDataEdit

会员中心--编辑经纪人个人资料

Request Information

URI Parameters

None.

Body Parameters

后台根据userid获取经纪人id

ZhongjiePersonalDataDto
NameDescriptionTypeAdditional information
Truename

经纪人姓名

string

None.

Filepath

个人头像

string

None.

Chrtel

手机

string

None.

WeChat

微信号

string

None.

WeChatUrl

微信二维码

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:
<ZhongjiePersonalDataDto 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>
  <Truename>sample string 1</Truename>
  <WeChat>sample string 4</WeChat>
  <WeChatUrl>sample string 5</WeChatUrl>
</ZhongjiePersonalDataDto>

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

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