POST
configuration
Request Information
Body Parameters
ProjectSetupDetailModel| Name | Description | Type | Additional 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
application/json, text/json
{
"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": "2026-02-05T17:06:14.4866726+00:00",
"CreatedBy": 11,
"ModifiedOn": "2026-02-05T17:06:14.4866726+00:00",
"ModifiedBy": 13,
"TrackingEventId": 14,
"Ecommerce": true,
"SalesTracking": 0,
"Location": "sample string 16",
"ProjectLogo": "sample string 17",
"PropertyId": "sample string 18"
}
text/html
{"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":"2026-02-05T17:06:14.4866726+00:00","CreatedBy":11,"ModifiedOn":"2026-02-05T17:06:14.4866726+00:00","ModifiedBy":13,"TrackingEventId":14,"Ecommerce":true,"SalesTracking":0,"Location":"sample string 16","ProjectLogo":"sample string 17","PropertyId":"sample string 18"}
application/xml, text/xml
<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>2026-02-05T17:06:14.4866726+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>2026-02-05T17:06:14.4866726+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>
application/x-www-form-urlencoded
Sample not available.
Response Information
Description:
Return type: ResponseObject
Response Formats
application/json, text/json
{
"IsSuccess": true,
"ReturnMessage": "sample string 2",
"Data": {},
"RecordCount": 4,
"TotalRecords": 5
}
text/html
{"IsSuccess":true,"ReturnMessage":"sample string 2","Data":{},"RecordCount":4,"TotalRecords":5}
application/xml, text/xml
<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>
