POST api/MenDian/MenDianUpdateAgentData

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

Request Information

URI Parameters

None.

Body Parameters

后台根据userid获取经纪人id

MenDianEditAgentDataDto
NameDescriptionTypeAdditional information
Manid

要更新的经纪人id

integer

None.

Truename

经纪人姓名

string

None.

Filepath

个人头像

string

None.

Chrtel

手机

string

None.

WeChat

微信号

string

None.

WeChatUrl

微信二维码

string

None.

Status

经纪人工作状态

WorkingStatus

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:
<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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'MenDianEditAgentDataDto'.

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