PUT api/Boardmeeting/UpdateBoardMeeting/{BM_ID}
No documentation available.
Request Information
Parameters
| Name | Description | Additional 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-10-28T01:59:04.5321012+05:30",
"BM_FilePath": "sample string 5",
"BM_BoardMeeting_Date": "2025-10-28T01:59:04.5321012+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/xml, text/xml
Sample:
<BoardmeetingModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KHBWebApi.Models"> <BM_AgendaFile>sample string 7</BM_AgendaFile> <BM_BoardMeeting_Date>2025-10-28T01:59:04.5321012+05:30</BM_BoardMeeting_Date> <BM_Comments>sample string 6</BM_Comments> <BM_FilePath>sample string 5</BM_FilePath> <BM_Id_PK>1</BM_Id_PK> <BM_PD_Id_FK>1</BM_PD_Id_FK> <BM_PR_Id_FK>2</BM_PR_Id_FK> <BM_RatePerAcre>1</BM_RatePerAcre> <BM_ResolutionDate>2025-10-28T01:59:04.5321012+05:30</BM_ResolutionDate> <BM_ResolutionNo>sample string 3</BM_ResolutionNo> <BM_TotalAcres>1</BM_TotalAcres> <PR_Id>sample string 8</PR_Id> </BoardmeetingModels>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.