POST api/PhaseMilestone_Controller/CreatePhaseMilestone

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
PhaseMilestoneModel
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "phase_milestone_id": 1,
  "Description": "sample string 2",
  "standard_duration": "sample string 3",
  "milestone": "sample string 4",
  "Status": 5,
  "status_name": "sample string 6",
  "phase": "sample string 7"
}

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

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.