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:

Sample not available.

text/json

Sample:

Sample not available.

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:

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