POST api/MenDian/MendianInviteUnregistered

会员中心-- 门店邀请经纪人,未注册

Request Information

URI Parameters

None.

Body Parameters

注册信息

UserSimpleDto
NameDescriptionTypeAdditional information
Id

用户自增长id(注册时不必传入)

integer

None.

Chrname

用户登录名

string

None.

Chrpwd

用户密码

string

None.

Chrtel

注册手机号

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:
<UserSimpleDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Dto.User">
  <Chrname>sample string 2</Chrname>
  <Chrpwd>sample string 3</Chrpwd>
  <Chrtel>sample string 4</Chrtel>
  <Id>1</Id>
</UserSimpleDto>

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

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