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:

Sample not available.

text/json

Sample:

Sample not available.

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:

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