POST api/ProjectEncumbranceController/CreateProjectEncumbrance

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
ProjectEncumbModel
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Projencumb_id": 1,
  "Project_Code": 2,
  "PD_Project_Name": "sample string 3",
  "PD_Project_Code": "sample string 4",
  "Phase": "sample string 5",
  "Contractor": 6,
  "Contractor_Code": "sample string 7",
  "Contractor_name": "sample string 8",
  "Encumbrance_Doc_No": "sample string 9",
  "Encumbrance": 10,
  "encumb_code": "sample string 11",
  "Quantum": "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 'ProjectEncumbModels'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.