POST
manage-project
Request Information
Body Parameters
ProjectDetailModel| Name | Description | Type | Additional 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
application/json, text/json
{
"ProjectId": 1,
"Name": "sample string 2",
"ProjectUrl": "sample string 3",
"SearchEngineIds": "sample string 4",
"StartDate": "2026-02-04T09:36:40.3050944+00:00",
"EndDate": "2026-02-04T09:36:40.3050944+00:00",
"ProjectTypeId": 5,
"StatusId": 0,
"CreatedOn": "2026-02-04T09:36:40.3050944+00:00",
"CreatedBy": 7,
"ModifiedOn": "2026-02-04T09:36:40.3050944+00:00",
"ModifiedBy": 9,
"IsDeleted": true,
"ProjectType": "sample string 11"
}
text/html
{"ProjectId":1,"Name":"sample string 2","ProjectUrl":"sample string 3","SearchEngineIds":"sample string 4","StartDate":"2026-02-04T09:36:40.3050944+00:00","EndDate":"2026-02-04T09:36:40.3050944+00:00","ProjectTypeId":5,"StatusId":0,"CreatedOn":"2026-02-04T09:36:40.3050944+00:00","CreatedBy":7,"ModifiedOn":"2026-02-04T09:36:40.3050944+00:00","ModifiedBy":9,"IsDeleted":true,"ProjectType":"sample string 11"}
application/xml, text/xml
<ProjectDetailModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Marketing"> <CreatedBy>7</CreatedBy> <CreatedOn>2026-02-04T09:36:40.3050944+00:00</CreatedOn> <EndDate>2026-02-04T09:36:40.3050944+00:00</EndDate> <IsDeleted>true</IsDeleted> <ModifiedBy>9</ModifiedBy> <ModifiedOn>2026-02-04T09:36:40.3050944+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>2026-02-04T09:36:40.3050944+00:00</StartDate> <StatusId>InActive</StatusId> </ProjectDetailModel>
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>
