POST api/PhaseScheduleController/CreatePhaseSchedule

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
PhaseScheduleModel
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "PhaseSchedule_id": 1,
  "Project_Code": 2,
  "PD_Project_Name": "sample string 3",
  "PD_Project_Code": "sample string 4",
  "Phase": "sample string 5",
  "Description": "sample string 6",
  "Baseline_Start_Date": "2025-12-07T07:54:33.6359563+05:30",
  "Baseline_End_Date": "2025-12-07T07:54:33.6359563+05:30",
  "Actual_Start_Date": "2025-12-07T07:54:33.6359563+05:30",
  "Actual_End_Date": "2025-12-07T07:54:33.6359563+05:30",
  "ActivityJob_Cost": 7,
  "Status": 8,
  "status_name": "sample string 9"
}

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 'PhaseScheduleModels'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.