POST api/StructurePlanningController/CreateStructurePlanning

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
StructurePlanningModel
No documentation available.

Define this parameter in the request body.

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/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'StructurePlanningModels'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.