POST v4/networks/messagecenter/membertab/addtolist

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
inVO
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "searchMemberFilterVO": {
    "firstName": "sample string 1",
    "lastName": "sample string 2",
    "gender": "sample string 3",
    "schoolID": "sample string 4"
  },
  "curUserId": "sample string 1",
  "isSSO": true,
  "requestHost": "sample string 3",
  "applicationPath": "sample string 4",
  "secureApplicationPath": "sample string 5",
  "absoluteApplicationPath": "sample string 6",
  "isHttps": true,
  "isMobileDevice": true,
  "isFullEmbed": true,
  "clientType": 0,
  "clientVersion": "sample string 10",
  "clientOS": "sample string 11",
  "clientBuild": "sample string 12",
  "premiumAppId": "sample string 13",
  "clientWidth": 14,
  "clientHeight": 15,
  "timezone": 16
}

application/xml, text/xml

Sample:
<SearchMemberFilterInVO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input.Network">
  <ClientHeight xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">15</ClientHeight>
  <ClientType xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">Site</ClientType>
  <ClientWidth xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">14</ClientWidth>
  <absoluteApplicationPath xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 6</absoluteApplicationPath>
  <applicationPath xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 4</applicationPath>
  <cachedKey xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 1</cachedKey>
  <clientBuild xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 12</clientBuild>
  <clientOS xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 11</clientOS>
  <clientVersion xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 10</clientVersion>
  <curUserId xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 1</curUserId>
  <isFullEmbed xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">true</isFullEmbed>
  <isHttps xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">true</isHttps>
  <isMobileDevice xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">true</isMobileDevice>
  <isSSO xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">true</isSSO>
  <premiumAppId xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 13</premiumAppId>
  <requestHost xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 3</requestHost>
  <secureApplicationPath xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 5</secureApplicationPath>
  <timezone xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">16</timezone>
  <SearchMemberFilterVO xmlns:d2p1="http://schemas.datacontract.org/2004/07/imLeagues.Utils.School">
    <d2p1:FirstName>sample string 1</d2p1:FirstName>
    <d2p1:Gender>sample string 3</d2p1:Gender>
    <d2p1:LastName>sample string 2</d2p1:LastName>
    <d2p1:SchoolID>sample string 4</d2p1:SchoolID>
  </SearchMemberFilterVO>
</SearchMemberFilterInVO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "memberId": "sample string 1",
    "firstName": "sample string 2",
    "lastName": "sample string 3",
    "gender": "sample string 4",
    "email": "sample string 5",
    "phone": "sample string 6",
    "photo": "sample string 7",
    "isUseAvatar": true,
    "avatarBackgroundColor": "sample string 9",
    "avatarName": "sample string 10"
  },
  {
    "memberId": "sample string 1",
    "firstName": "sample string 2",
    "lastName": "sample string 3",
    "gender": "sample string 4",
    "email": "sample string 5",
    "phone": "sample string 6",
    "photo": "sample string 7",
    "isUseAvatar": true,
    "avatarBackgroundColor": "sample string 9",
    "avatarName": "sample string 10"
  },
  {
    "memberId": "sample string 1",
    "firstName": "sample string 2",
    "lastName": "sample string 3",
    "gender": "sample string 4",
    "email": "sample string 5",
    "phone": "sample string 6",
    "photo": "sample string 7",
    "isUseAvatar": true,
    "avatarBackgroundColor": "sample string 9",
    "avatarName": "sample string 10"
  }
]

application/xml, text/xml

Sample:
<ArrayOfMessageCenterHelper.MemberInfoVO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Utils.School">
  <MessageCenterHelper.MemberInfoVO>
    <AvatarBackgroundColor>sample string 9</AvatarBackgroundColor>
    <AvatarName>sample string 10</AvatarName>
    <Email>sample string 5</Email>
    <FirstName>sample string 2</FirstName>
    <Gender>sample string 4</Gender>
    <IsUseAvatar>true</IsUseAvatar>
    <LastName>sample string 3</LastName>
    <MemberId>sample string 1</MemberId>
    <Phone>sample string 6</Phone>
    <Photo>sample string 7</Photo>
  </MessageCenterHelper.MemberInfoVO>
  <MessageCenterHelper.MemberInfoVO>
    <AvatarBackgroundColor>sample string 9</AvatarBackgroundColor>
    <AvatarName>sample string 10</AvatarName>
    <Email>sample string 5</Email>
    <FirstName>sample string 2</FirstName>
    <Gender>sample string 4</Gender>
    <IsUseAvatar>true</IsUseAvatar>
    <LastName>sample string 3</LastName>
    <MemberId>sample string 1</MemberId>
    <Phone>sample string 6</Phone>
    <Photo>sample string 7</Photo>
  </MessageCenterHelper.MemberInfoVO>
  <MessageCenterHelper.MemberInfoVO>
    <AvatarBackgroundColor>sample string 9</AvatarBackgroundColor>
    <AvatarName>sample string 10</AvatarName>
    <Email>sample string 5</Email>
    <FirstName>sample string 2</FirstName>
    <Gender>sample string 4</Gender>
    <IsUseAvatar>true</IsUseAvatar>
    <LastName>sample string 3</LastName>
    <MemberId>sample string 1</MemberId>
    <Phone>sample string 6</Phone>
    <Photo>sample string 7</Photo>
  </MessageCenterHelper.MemberInfoVO>
</ArrayOfMessageCenterHelper.MemberInfoVO>