POST manage-project

Request Information

Body Parameters

ProjectDetailModel
NameDescriptionTypeAdditional information
ProjectId

integer

None.

Name

string

None.

ProjectUrl

string

None.

SearchEngineIds

string

None.

StartDate

date

None.

EndDate

date

None.

ProjectTypeId

integer

None.

StatusId

StatusId

None.

CreatedOn

date

None.

CreatedBy

integer

None.

ModifiedOn

date

None.

ModifiedBy

integer

None.

IsDeleted

boolean

None.

ProjectType

string

None.

Request Formats
{
  "ProjectId": 1,
  "Name": "sample string 2",
  "ProjectUrl": "sample string 3",
  "SearchEngineIds": "sample string 4",
  "StartDate": "2025-06-18T12:02:41.9650498+00:00",
  "EndDate": "2025-06-18T12:02:41.9650498+00:00",
  "ProjectTypeId": 5,
  "StatusId": 0,
  "CreatedOn": "2025-06-18T12:02:41.9650498+00:00",
  "CreatedBy": 7,
  "ModifiedOn": "2025-06-18T12:02:41.9650498+00:00",
  "ModifiedBy": 9,
  "IsDeleted": true,
  "ProjectType": "sample string 11"
}
{"ProjectId":1,"Name":"sample string 2","ProjectUrl":"sample string 3","SearchEngineIds":"sample string 4","StartDate":"2025-06-18T12:02:41.9650498+00:00","EndDate":"2025-06-18T12:02:41.9650498+00:00","ProjectTypeId":5,"StatusId":0,"CreatedOn":"2025-06-18T12:02:41.9650498+00:00","CreatedBy":7,"ModifiedOn":"2025-06-18T12:02:41.9650498+00:00","ModifiedBy":9,"IsDeleted":true,"ProjectType":"sample string 11"}
<ProjectDetailModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Marketing">
  <CreatedBy>7</CreatedBy>
  <CreatedOn>2025-06-18T12:02:41.9650498+00:00</CreatedOn>
  <EndDate>2025-06-18T12:02:41.9650498+00:00</EndDate>
  <IsDeleted>true</IsDeleted>
  <ModifiedBy>9</ModifiedBy>
  <ModifiedOn>2025-06-18T12:02:41.9650498+00:00</ModifiedOn>
  <Name>sample string 2</Name>
  <ProjectId>1</ProjectId>
  <ProjectType>sample string 11</ProjectType>
  <ProjectTypeId>5</ProjectTypeId>
  <ProjectUrl>sample string 3</ProjectUrl>
  <SearchEngineIds>sample string 4</SearchEngineIds>
  <StartDate>2025-06-18T12:02:41.9650498+00:00</StartDate>
  <StatusId>InActive</StatusId>
</ProjectDetailModel>

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>