POST api/member/ReviseMemberInfo

Request Information

URI Parameters

None.

Body Parameters

ReviseMemberInfoInput
NameDescriptionTypeAdditional information
MemberId

globally unique identifier

None.

Type

integer

None.

SSId

globally unique identifier

None.

IsCom

boolean

None.

GridPostType

GridPosts

None.

GridSpot

string

None.

ProRole

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "MemberId": "b26a3978-f869-4d36-9bad-0af382655fe9",
  "Type": 2,
  "SSId": "fdf7234f-cc42-4630-8875-e3637babf689",
  "IsCom": true,
  "GridPostType": 0,
  "GridSpot": "sample string 4",
  "ProRole": 5
}

application/xml, text/xml

Sample:
<ReviseMemberInfoInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Siyan.Lianxinqiao.Core.Members.Dto">
  <GridPostType>无</GridPostType>
  <GridSpot>sample string 4</GridSpot>
  <IsCom>true</IsCom>
  <MemberId>b26a3978-f869-4d36-9bad-0af382655fe9</MemberId>
  <ProRole>5</ProRole>
  <SSId>fdf7234f-cc42-4630-8875-e3637babf689</SSId>
  <Type>2</Type>
</ReviseMemberInfoInput>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.