PUT api/Boardmeeting/UpdateBoardMeeting/{BM_ID}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
BoardmeetingModels
No documentation available.

Define this parameter in the request body.

BM_ID
No documentation available.

Define this parameter in the request URI.

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:13:33.3280909+05:30",
  "BM_FilePath": "sample string 5",
  "BM_BoardMeeting_Date": "2025-12-07T08:13:33.3280909+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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'BoardmeetingModels'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.