POST api/ReportSocialTransfer/ReportCampaignSocialDetail

Request Information

URI Parameters

None.

Body Parameters

RequestReportCampaignSocialModel
NameDescriptionTypeAdditional information
Name

string

None.

TypeSocial

string

None.

FanpageIds

Collection of string

None.

Method

string

None.

TypeTemplate

string

None.

DateFrom

date

None.

DateTo

date

None.

Type

string

None.

page

integer

None.

pageSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Name": "sample string 1",
  "TypeSocial": "sample string 2",
  "FanpageIds": [
    "sample string 1",
    "sample string 2"
  ],
  "Method": "sample string 3",
  "TypeTemplate": "sample string 4",
  "DateFrom": "2026-06-13T22:58:03.4629941+07:00",
  "DateTo": "2026-06-13T22:58:03.4629941+07:00",
  "Type": "sample string 5",
  "page": 6,
  "pageSize": 7
}

application/xml, text/xml

Sample:
<RequestReportCampaignSocialModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EBM.Portal.Bus.Model">
  <DateFrom>2026-06-13T22:58:03.4629941+07:00</DateFrom>
  <DateTo>2026-06-13T22:58:03.4629941+07:00</DateTo>
  <FanpageIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </FanpageIds>
  <Method>sample string 3</Method>
  <Name>sample string 1</Name>
  <Type>sample string 5</Type>
  <TypeSocial>sample string 2</TypeSocial>
  <TypeTemplate>sample string 4</TypeTemplate>
  <page>6</page>
  <pageSize>7</pageSize>
</RequestReportCampaignSocialModel>

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

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