POST Login/MPWeiXinSignIn_MoreName

Request Information

URI Parameters

None.

Body Parameters

SignInModel_MoreName
NameDescriptionTypeAdditional information
MemberID

string

None.

OpenID

string

None.

phone

string

None.

Request Formats

application/json, text/json

Sample:
{
  "MemberID": "sample string 1",
  "OpenID": "sample string 2",
  "phone": "sample string 3"
}

application/xml, text/xml

Sample:
<SignInModel_MoreName xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JpmsoftMessage.Models">
  <MemberID>sample string 1</MemberID>
  <OpenID>sample string 2</OpenID>
  <phone>sample string 3</phone>
</SignInModel_MoreName>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.