POST api/SocialCampaign/GetSocialCampaigns?CustomerCode={CustomerCode}&UserID={UserID}&BrandID={BrandID}&CalenderStartDate={CalenderStartDate}&CalenderEndDate={CalenderEndDate}&SitesIDs={SitesIDs}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
request1
No documentation available.

Define this parameter in the request body.

CustomerCode
No documentation available.

Define this parameter in the request URI.

UserID
No documentation available.

Define this parameter in the request URI.

BrandID
No documentation available.

Define this parameter in the request URI.

CalenderStartDate
No documentation available.

Define this parameter in the request URI.

CalenderEndDate
No documentation available.

Define this parameter in the request URI.

SitesIDs
No documentation available.

Define this parameter in the request URI.

Request body formats

application/json, text/json

Sample:
{
  "Aggregate": "sample string 1",
  "Filter": "sample string 2",
  "Group": "sample string 3",
  "Page": 4,
  "PageSize": 5,
  "Sort": "sample string 6"
}

application/xml, text/xml

Sample:
<DataSourceRequestAPI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SM.CentralService.Filter">
  <Aggregate>sample string 1</Aggregate>
  <Filter>sample string 2</Filter>
  <Group>sample string 3</Group>
  <Page>4</Page>
  <PageSize>5</PageSize>
  <Sort>sample string 6</Sort>
</DataSourceRequestAPI>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

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

Sample:

Sample not available.