POST api/ProposalReport/CreateProposal
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| proposalreport | No documentation available. |
Define this parameter in the request body. |
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-07T07:54:38.1483018+05:30",
"PR_SubmittedBy": "sample string 7",
"PR_TS_Insert": "2025-12-07T07:54:38.1483018+05:30",
"PR_TS_LastEdited": "2025-12-07T07:54:38.1483018+05:30",
"PR_UserId_Insert": 10,
"PR_Edited_Uid_FK": 11,
"DI_District": "sample string 12",
"TA_Taluk": "sample string 13",
"GramaChavadiDate": "2025-12-07T07:54:38.1493007+05:30",
"GramachavadiUploadPath": "sample string 14",
"PR_Demandsurvey_Date": "2025-12-07T07:54:38.1493007+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-07T07:54:38.150301+05:30",
"PV_Inactive": "sample string 6",
"PV_TS_LastEdited": "2025-12-07T07:54:38.150301+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-07T07:54:38.150301+05:30",
"PV_Inactive": "sample string 6",
"PV_TS_LastEdited": "2025-12-07T07:54:38.150301+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-07T07:54:38.150301+05:30",
"PV_Inactive": "sample string 6",
"PV_TS_LastEdited": "2025-12-07T07:54:38.150301+05:30",
"PV_TS_Edited_Uid_FK": 8,
"PV_UserId_FK": 9
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.