DELETE api/Project
Deletes a Project.
Request Information
URI Parameters
None.
Body Parameters
Project.
ProjectName | Description | Type | Additional information |
---|---|---|---|
UpdateType | string |
None. |
|
ProjectId | integer |
None. |
|
ProjectCode | string |
None. |
|
Name | string |
None. |
|
Description | string |
None. |
|
OrganizationId | integer |
None. |
|
StartDate | date |
None. |
|
EndDate | date |
None. |
|
CreatedBy | string |
None. |
|
CreatedByName | string |
None. |
|
CreatedDate | date |
None. |
|
UpdatedBy | string |
None. |
|
UpdatedByName | string |
None. |
|
UpdatedDate | date |
None. |
|
GlobalId | string |
None. |
|
ActivityCount | integer |
None. |
|
FileCount | integer |
None. |
|
PurchaseOrderCount | integer |
None. |
|
StakeholderCount | integer |
None. |
|
AutoCompleteText | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "UpdateType": "sample string 1", "ProjectId": 2, "ProjectCode": "sample string 3", "Name": "sample string 4", "Description": "sample string 5", "OrganizationId": 1, "StartDate": "2025-01-16T08:46:11.526051+00:00", "EndDate": "2025-01-16T08:46:11.526051+00:00", "CreatedBy": "sample string 6", "CreatedByName": "sample string 7", "CreatedDate": "2025-01-16T08:46:11.526051+00:00", "UpdatedBy": "sample string 8", "UpdatedByName": "sample string 9", "UpdatedDate": "2025-01-16T08:46:11.526051+00:00", "GlobalId": "sample string 10", "ActivityCount": 1, "FileCount": 1, "PurchaseOrderCount": 1, "StakeholderCount": 1, "AutoCompleteText": "sample string 11" }
application/xml, text/xml
Sample:
<Project xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomersdbWebShared.Models"> <ActivityCount>1</ActivityCount> <AutoCompleteText>sample string 11</AutoCompleteText> <CreatedBy>sample string 6</CreatedBy> <CreatedByName>sample string 7</CreatedByName> <CreatedDate>2025-01-16T08:46:11.526051+00:00</CreatedDate> <Description>sample string 5</Description> <EndDate>2025-01-16T08:46:11.526051+00:00</EndDate> <FileCount>1</FileCount> <GlobalId>sample string 10</GlobalId> <Name>sample string 4</Name> <OrganizationId>1</OrganizationId> <ProjectCode>sample string 3</ProjectCode> <ProjectId>2</ProjectId> <PurchaseOrderCount>1</PurchaseOrderCount> <StakeholderCount>1</StakeholderCount> <StartDate>2025-01-16T08:46:11.526051+00:00</StartDate> <UpdateType>sample string 1</UpdateType> <UpdatedBy>sample string 8</UpdatedBy> <UpdatedByName>sample string 9</UpdatedByName> <UpdatedDate>2025-01-16T08:46:11.526051+00:00</UpdatedDate> </Project>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ProjectName | Description | Type | Additional information |
---|---|---|---|
UpdateType | string |
None. |
|
ProjectId | integer |
None. |
|
ProjectCode | string |
None. |
|
Name | string |
None. |
|
Description | string |
None. |
|
OrganizationId | integer |
None. |
|
StartDate | date |
None. |
|
EndDate | date |
None. |
|
CreatedBy | string |
None. |
|
CreatedByName | string |
None. |
|
CreatedDate | date |
None. |
|
UpdatedBy | string |
None. |
|
UpdatedByName | string |
None. |
|
UpdatedDate | date |
None. |
|
GlobalId | string |
None. |
|
ActivityCount | integer |
None. |
|
FileCount | integer |
None. |
|
PurchaseOrderCount | integer |
None. |
|
StakeholderCount | integer |
None. |
|
AutoCompleteText | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "UpdateType": "sample string 1", "ProjectId": 2, "ProjectCode": "sample string 3", "Name": "sample string 4", "Description": "sample string 5", "OrganizationId": 1, "StartDate": "2025-01-16T08:46:11.5482995+00:00", "EndDate": "2025-01-16T08:46:11.5482995+00:00", "CreatedBy": "sample string 6", "CreatedByName": "sample string 7", "CreatedDate": "2025-01-16T08:46:11.5482995+00:00", "UpdatedBy": "sample string 8", "UpdatedByName": "sample string 9", "UpdatedDate": "2025-01-16T08:46:11.5482995+00:00", "GlobalId": "sample string 10", "ActivityCount": 1, "FileCount": 1, "PurchaseOrderCount": 1, "StakeholderCount": 1, "AutoCompleteText": "sample string 11" }
application/xml, text/xml
Sample:
<Project xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomersdbWebShared.Models"> <ActivityCount>1</ActivityCount> <AutoCompleteText>sample string 11</AutoCompleteText> <CreatedBy>sample string 6</CreatedBy> <CreatedByName>sample string 7</CreatedByName> <CreatedDate>2025-01-16T08:46:11.5482995+00:00</CreatedDate> <Description>sample string 5</Description> <EndDate>2025-01-16T08:46:11.5482995+00:00</EndDate> <FileCount>1</FileCount> <GlobalId>sample string 10</GlobalId> <Name>sample string 4</Name> <OrganizationId>1</OrganizationId> <ProjectCode>sample string 3</ProjectCode> <ProjectId>2</ProjectId> <PurchaseOrderCount>1</PurchaseOrderCount> <StakeholderCount>1</StakeholderCount> <StartDate>2025-01-16T08:46:11.5482995+00:00</StartDate> <UpdateType>sample string 1</UpdateType> <UpdatedBy>sample string 8</UpdatedBy> <UpdatedByName>sample string 9</UpdatedByName> <UpdatedDate>2025-01-16T08:46:11.5482995+00:00</UpdatedDate> </Project>