POST api/Member/DeleteAccount

M28:注销账户

Request Information

URI Parameters

None.

Body Parameters

MemberDelete
NameDescriptionTypeAdditional information
MemberMobile

手机号码

string

None.

Code

验证码

string

None.

MemberGuid

登录会员ID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "MemberMobile": "sample string 1",
  "Code": "sample string 2",
  "MemberGuid": "sample string 3"
}

application/xml, text/xml

Sample:
<MemberDelete xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RuitingCC.Solution.Model.Param">
  <Code>sample string 2</Code>
  <MemberGuid>sample string 3</MemberGuid>
  <MemberMobile>sample string 1</MemberMobile>
</MemberDelete>

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

Response Information

Resource Description

M28:注销账户

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>