POST configuration

Request Information

Body Parameters

ProjectSetupDetailModel
NameDescriptionTypeAdditional information
ProjectSetupId

integer

None.

ProjectId

integer

None.

ReportingCycle

integer

None.

AllowKeywordRanking

StatusId

None.

SocialMediaTracking

StatusId

None.

KeywordRankingSearchRecords

integer

None.

SearchCompetitors

StatusId

None.

ProxyServerId

integer

None.

TrafficReport

StatusId

None.

GoogleAPITokenPath

string

None.

GoogleAPIJsonPath

string

None.

SegmentIds

string

None.

ViewIds

string

None.

CreatedOn

date

None.

CreatedBy

integer

None.

ModifiedOn

date

None.

ModifiedBy

integer

None.

TrackingEventId

integer

None.

Ecommerce

boolean

None.

SalesTracking

StatusId

None.

Location

string

None.

ProjectLogo

string

None.

PropertyId

string

None.

Request Formats
{
  "ProjectSetupId": 1,
  "ProjectId": 2,
  "ReportingCycle": 3,
  "AllowKeywordRanking": 0,
  "SocialMediaTracking": 0,
  "KeywordRankingSearchRecords": 4,
  "SearchCompetitors": 0,
  "ProxyServerId": 5,
  "TrafficReport": 0,
  "GoogleAPITokenPath": "sample string 6",
  "GoogleAPIJsonPath": "sample string 7",
  "SegmentIds": "sample string 8",
  "ViewIds": "sample string 9",
  "CreatedOn": "2025-06-18T11:18:43.3193631+00:00",
  "CreatedBy": 11,
  "ModifiedOn": "2025-06-18T11:18:43.3193631+00:00",
  "ModifiedBy": 13,
  "TrackingEventId": 14,
  "Ecommerce": true,
  "SalesTracking": 0,
  "Location": "sample string 16",
  "ProjectLogo": "sample string 17",
  "PropertyId": "sample string 18"
}
{"ProjectSetupId":1,"ProjectId":2,"ReportingCycle":3,"AllowKeywordRanking":0,"SocialMediaTracking":0,"KeywordRankingSearchRecords":4,"SearchCompetitors":0,"ProxyServerId":5,"TrafficReport":0,"GoogleAPITokenPath":"sample string 6","GoogleAPIJsonPath":"sample string 7","SegmentIds":"sample string 8","ViewIds":"sample string 9","CreatedOn":"2025-06-18T11:18:43.3193631+00:00","CreatedBy":11,"ModifiedOn":"2025-06-18T11:18:43.3193631+00:00","ModifiedBy":13,"TrackingEventId":14,"Ecommerce":true,"SalesTracking":0,"Location":"sample string 16","ProjectLogo":"sample string 17","PropertyId":"sample string 18"}
<ProjectSetupDetailModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Marketing">
  <AllowKeywordRanking>InActive</AllowKeywordRanking>
  <CreatedBy>11</CreatedBy>
  <CreatedOn>2025-06-18T11:18:43.3193631+00:00</CreatedOn>
  <Ecommerce>true</Ecommerce>
  <GoogleAPIJsonPath>sample string 7</GoogleAPIJsonPath>
  <GoogleAPITokenPath>sample string 6</GoogleAPITokenPath>
  <KeywordRankingSearchRecords>4</KeywordRankingSearchRecords>
  <Location>sample string 16</Location>
  <ModifiedBy>13</ModifiedBy>
  <ModifiedOn>2025-06-18T11:18:43.3193631+00:00</ModifiedOn>
  <ProjectId>2</ProjectId>
  <ProjectLogo>sample string 17</ProjectLogo>
  <ProjectSetupId>1</ProjectSetupId>
  <PropertyId>sample string 18</PropertyId>
  <ProxyServerId>5</ProxyServerId>
  <ReportingCycle>3</ReportingCycle>
  <SalesTracking>InActive</SalesTracking>
  <SearchCompetitors>InActive</SearchCompetitors>
  <SegmentIds>sample string 8</SegmentIds>
  <SocialMediaTracking>InActive</SocialMediaTracking>
  <TrackingEventId>14</TrackingEventId>
  <TrafficReport>InActive</TrafficReport>
  <ViewIds>sample string 9</ViewIds>
</ProjectSetupDetailModel>

Sample not available.

Response Information

Description:

Return type: ResponseObject

Response Formats
{
  "IsSuccess": true,
  "ReturnMessage": "sample string 2",
  "Data": {},
  "RecordCount": 4,
  "TotalRecords": 5
}
{"IsSuccess":true,"ReturnMessage":"sample string 2","Data":{},"RecordCount":4,"TotalRecords":5}
<ResponseObject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models">
  <Data />
  <IsSuccess>true</IsSuccess>
  <RecordCount>4</RecordCount>
  <ReturnMessage>sample string 2</ReturnMessage>
  <TotalRecords>5</TotalRecords>
</ResponseObject>