POST api/MenDian/MenDianUpdateAgentData
会员中心--店长编辑经纪人个人资料
Request Information
URI Parameters
None.
Body Parameters
后台根据userid获取经纪人id
MenDianEditAgentDataDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Manid |
要更新的经纪人id |
integer |
None. |
| Truename |
经纪人姓名 |
string |
None. |
| Filepath |
个人头像 |
string |
None. |
| Chrtel |
手机 |
string |
None. |
|
微信号 |
string |
None. |
|
| WeChatUrl |
微信二维码 |
string |
None. |
| Status |
经纪人工作状态 |
WorkingStatus |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<MenDianEditAgentDataDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Dto.MenDian"> <Chrtel>sample string 4</Chrtel> <Filepath>sample string 3</Filepath> <Manid>1</Manid> <Status>Default</Status> <Truename>sample string 2</Truename> <WeChat>sample string 5</WeChat> <WeChatUrl>sample string 6</WeChatUrl> </MenDianEditAgentDataDto>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
会员中心--店长编辑经纪人个人资料
ObjectNone.
Response Formats
application/json
Sample:
text/json
Sample:
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/" />