PUT api/StructurePlanningController/UpdateStructurePlanning/{StructPlan_id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| StructurePlanningModel | No documentation available. |
Define this parameter in the request body. |
| StructPlan_id | No documentation available. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json
Sample:
{
"StructPlan_id": 1,
"Project_Code": 2,
"PD_Project_Name": "sample string 3",
"PD_Project_Code": "sample string 4",
"Project_Phase": "sample string 5",
"Project_Job": "sample string 6",
"Structure": "sample string 7",
"Description": "sample string 8",
"Structure_Baseline_Qty": "sample string 9",
"Structure_Actual_Qty": "sample string 10",
"Status": 11,
"status_name": "sample string 12"
}
application/xml, text/xml
Sample:
<StructurePlanningModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KHBWebApi.Models"> <Description>sample string 8</Description> <PD_Project_Code>sample string 4</PD_Project_Code> <PD_Project_Name>sample string 3</PD_Project_Name> <Project_Code>2</Project_Code> <Project_Job>sample string 6</Project_Job> <Project_Phase>sample string 5</Project_Phase> <Status>11</Status> <StructPlan_id>1</StructPlan_id> <Structure>sample string 7</Structure> <Structure_Actual_Qty>sample string 10</Structure_Actual_Qty> <Structure_Baseline_Qty>sample string 9</Structure_Baseline_Qty> <status_name>sample string 12</status_name> </StructurePlanningModels>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.