POST api/Boardmeeting/CreateBoardmeeting
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| Boardmeeting | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"BM_Id_PK": 1,
"BM_PR_Id_FK": 2,
"BM_PD_Id_FK": 1,
"BM_ResolutionNo": "sample string 3",
"BM_ResolutionDate": "2025-12-07T08:19:02.5696509+05:30",
"BM_FilePath": "sample string 5",
"BM_BoardMeeting_Date": "2025-12-07T08:19:02.5696509+05:30",
"BM_Comments": "sample string 6",
"BM_AgendaFile": "sample string 7",
"PR_Id": "sample string 8",
"BM_TotalAcres": 1.0,
"BM_RatePerAcre": 1.0
}
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.