POST api/SocialNetworkMessageTemplateTransfer/GetListUserSocial

Request Information

URI Parameters

None.

Body Parameters

RequestListUserSocialSenBulkMessageModel
NameDescriptionTypeAdditional information
SocialNetworkIds

Collection of string

None.

SocialNetworkType

Collection of string

None.

SocialNetworkLabel

Collection of string

None.

IsHavePhone

boolean

None.

IsReplyComment

boolean

None.

CenterId

integer

None.

page

integer

None.

pageSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "SocialNetworkIds": [
    "sample string 1",
    "sample string 2"
  ],
  "SocialNetworkType": [
    "sample string 1",
    "sample string 2"
  ],
  "SocialNetworkLabel": [
    "sample string 1",
    "sample string 2"
  ],
  "IsHavePhone": true,
  "IsReplyComment": true,
  "CenterId": 2,
  "page": 3,
  "pageSize": 4
}

application/xml, text/xml

Sample:
<RequestListUserSocialSenBulkMessageModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EBM.Portal.Bus.Model">
  <CenterId>2</CenterId>
  <IsHavePhone>true</IsHavePhone>
  <IsReplyComment>true</IsReplyComment>
  <SocialNetworkIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </SocialNetworkIds>
  <SocialNetworkLabel xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </SocialNetworkLabel>
  <SocialNetworkType xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </SocialNetworkType>
  <page>3</page>
  <pageSize>4</pageSize>
</RequestListUserSocialSenBulkMessageModel>

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

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

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