POST api/NPCPlans/ModifyProject
Request Information
URI Parameters
None.
Body Parameters
VO_Project| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectId | integer |
None. |
|
| ProjectName | string |
None. |
|
| PlanId | integer |
None. |
|
| ProjectTypeId | integer |
None. |
|
| PStatusId | integer |
None. |
|
| ProjectWFValue | decimal number |
None. |
|
| ProjectExecutionDuration | integer |
None. |
|
| ProjectExecutionDurationUpdateDate | date |
None. |
|
| ProjectLicenceOwner | string |
None. |
|
| ProjectLicenceOwnerNationality | string |
None. |
|
| ProjectStartDate | date |
None. |
|
| ProjectEndDate | date |
None. |
|
| ProjectPrincipeledEngineering | integer |
None. |
|
| ProjectDetailedEngineering | integer |
None. |
|
| CreationDate | date |
None. |
|
| ProjectActualProgress | decimal number |
None. |
|
| ProjectPlanProgress | decimal number |
None. |
|
| ProjectStartDateActual | date |
None. |
|
| ExecuteActiveStatuse | integer |
None. |
|
| ProjectRealStartUtilizationDate | date |
None. |
|
| ProjectRealStartUtilizationDateFA | string |
None. |
|
| PStatusName | string |
None. |
|
| Mode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProjectId": 1,
"ProjectName": "sample string 2",
"PlanId": 3,
"ProjectTypeId": 1,
"PStatusId": 4,
"ProjectWFValue": 5.1,
"ProjectExecutionDuration": 1,
"ProjectExecutionDurationUpdateDate": "2021-05-21T19:56:14.3317564+04:30",
"ProjectLicenceOwner": "sample string 6",
"ProjectLicenceOwnerNationality": "sample string 7",
"ProjectStartDate": "2021-05-21T19:56:14.3317564+04:30",
"ProjectEndDate": "2021-05-21T19:56:14.3317564+04:30",
"ProjectPrincipeledEngineering": 1,
"ProjectDetailedEngineering": 1,
"CreationDate": "2021-05-21T19:56:14.3317564+04:30",
"ProjectActualProgress": 1.0,
"ProjectPlanProgress": 1.0,
"ProjectStartDateActual": "2021-05-21T19:56:14.3317564+04:30",
"ExecuteActiveStatuse": 1,
"ProjectRealStartUtilizationDate": "2021-05-21T19:56:14.3317564+04:30",
"ProjectRealStartUtilizationDateFA": "1400/02/31",
"PStatusName": "sample string 9",
"Mode": "sample string 10"
}
application/xml, text/xml
Sample:
<VO_Project xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Parstasmim.BusinessValue.VO"> <CreationDate>2021-05-21T19:56:14.3317564+04:30</CreationDate> <ExecuteActiveStatuse>1</ExecuteActiveStatuse> <Mode>sample string 10</Mode> <PStatusId>4</PStatusId> <PStatusName>sample string 9</PStatusName> <PlanId>3</PlanId> <ProjectActualProgress>1</ProjectActualProgress> <ProjectDetailedEngineering>1</ProjectDetailedEngineering> <ProjectEndDate>2021-05-21T19:56:14.3317564+04:30</ProjectEndDate> <ProjectExecutionDuration>1</ProjectExecutionDuration> <ProjectExecutionDurationUpdateDate>2021-05-21T19:56:14.3317564+04:30</ProjectExecutionDurationUpdateDate> <ProjectId>1</ProjectId> <ProjectLicenceOwner>sample string 6</ProjectLicenceOwner> <ProjectLicenceOwnerNationality>sample string 7</ProjectLicenceOwnerNationality> <ProjectName>sample string 2</ProjectName> <ProjectPlanProgress>1</ProjectPlanProgress> <ProjectPrincipeledEngineering>1</ProjectPrincipeledEngineering> <ProjectRealStartUtilizationDate>2021-05-21T19:56:14.3317564+04:30</ProjectRealStartUtilizationDate> <ProjectStartDate>2021-05-21T19:56:14.3317564+04:30</ProjectStartDate> <ProjectStartDateActual>2021-05-21T19:56:14.3317564+04:30</ProjectStartDateActual> <ProjectTypeId>1</ProjectTypeId> <ProjectWFValue>5.1</ProjectWFValue> </VO_Project>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.