PUT api/ProposalReport/UpdateProposal/{PR_Id_PK}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
proposalreport
No documentation available.

Define this parameter in the request body.

PR_Id_PK
No documentation available.

Define this parameter in the request URI.

Request body formats

application/json, text/json

Sample:
{
  "PR_Id_PK": 1,
  "DI_Id": 1,
  "TA_Id": 1,
  "PR_For": "sample string 1",
  "PR_Id": "sample string 2",
  "PR_Distict_Id": 1,
  "PR_Taluk_Id": 1,
  "PR_Village": "sample string 3",
  "PR_Report_Path": "sample string 4",
  "PR_Comments": "sample string 5",
  "PR_Submitted_Date": "2025-12-07T08:13:40.7329813+05:30",
  "PR_SubmittedBy": "sample string 7",
  "PR_TS_Insert": "2025-12-07T08:13:40.7329813+05:30",
  "PR_TS_LastEdited": "2025-12-07T08:13:40.7329813+05:30",
  "PR_UserId_Insert": 10,
  "PR_Edited_Uid_FK": 11,
  "DI_District": "sample string 12",
  "TA_Taluk": "sample string 13",
  "GramaChavadiDate": "2025-12-07T08:13:40.7329813+05:30",
  "GramachavadiUploadPath": "sample string 14",
  "PR_Demandsurvey_Date": "2025-12-07T08:13:40.7329813+05:30",
  "PR_DemandSurveyFile": "sample string 15",
  "ProjectvillageModel": [
    {
      "PV_Id": 1,
      "PV_Pd_Id_Fk": 1,
      "PV_Pr_Id_Fk": 2,
      "PV_VillageName": "sample string 3",
      "PV_UserId_Insert": 4,
      "PV_TS": "2025-12-07T08:13:40.7329813+05:30",
      "PV_Inactive": "sample string 6",
      "PV_TS_LastEdited": "2025-12-07T08:13:40.7329813+05:30",
      "PV_TS_Edited_Uid_FK": 8,
      "PV_UserId_FK": 9
    },
    {
      "PV_Id": 1,
      "PV_Pd_Id_Fk": 1,
      "PV_Pr_Id_Fk": 2,
      "PV_VillageName": "sample string 3",
      "PV_UserId_Insert": 4,
      "PV_TS": "2025-12-07T08:13:40.7329813+05:30",
      "PV_Inactive": "sample string 6",
      "PV_TS_LastEdited": "2025-12-07T08:13:40.7329813+05:30",
      "PV_TS_Edited_Uid_FK": 8,
      "PV_UserId_FK": 9
    },
    {
      "PV_Id": 1,
      "PV_Pd_Id_Fk": 1,
      "PV_Pr_Id_Fk": 2,
      "PV_VillageName": "sample string 3",
      "PV_UserId_Insert": 4,
      "PV_TS": "2025-12-07T08:13:40.7329813+05:30",
      "PV_Inactive": "sample string 6",
      "PV_TS_LastEdited": "2025-12-07T08:13:40.7329813+05:30",
      "PV_TS_Edited_Uid_FK": 8,
      "PV_UserId_FK": 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 'ProposalReportModels'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.