POST api/Project/DeleteProject
Request Information
URI Parameters
None.
Body Parameters
Project| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectId | integer |
None. |
|
| ProjectName | string |
None. |
|
| ProjectDescription | string |
None. |
|
| ProjectTypeId | integer |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedDate | date |
None. |
|
| UpdatedBy | integer |
None. |
|
| UpdatedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProjectId": 1,
"ProjectName": "sample string 2",
"ProjectDescription": "sample string 3",
"ProjectTypeId": 4,
"CreatedBy": 5,
"CreatedDate": "2025-12-21T09:00:06.3311303+00:00",
"UpdatedBy": 1,
"UpdatedDate": "2025-12-21T09:00:06.3311303+00:00"
}
application/xml, text/xml
Sample:
<Project xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PDPS"> <CreatedBy>5</CreatedBy> <CreatedDate>2025-12-21T09:00:06.3311303+00:00</CreatedDate> <ProjectDescription>sample string 3</ProjectDescription> <ProjectId>1</ProjectId> <ProjectName>sample string 2</ProjectName> <ProjectTypeId>4</ProjectTypeId> <UpdatedBy>1</UpdatedBy> <UpdatedDate>2025-12-21T09:00:06.3311303+00:00</UpdatedDate> </Project>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
APIResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| status | string |
None. |
|
| message | string |
None. |
|
| data | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.