POST api/Values/MUpdateMeeting
Request Information
URI Parameters
None.
Body Parameters
MeetingRecordsDomain| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| AppMeetingID | integer |
None. |
|
| UserID | integer |
None. |
|
| StartDate | date |
None. |
|
| StartLatitude | decimal number |
None. |
|
| StartLongitude | decimal number |
None. |
|
| StartLocation | SqlGeography |
None. |
|
| IsSynchronizeStart | boolean |
None. |
|
| EndDate | date |
None. |
|
| EndLatitude | decimal number |
None. |
|
| EndLongitude | decimal number |
None. |
|
| IsSynchronizeEnd | boolean |
None. |
|
| ShopID | integer |
None. |
|
| TaskID | integer |
None. |
|
| NoteTitle | string |
None. |
|
| NoteDescription | string |
None. |
|
| ImagePathA | string |
None. |
|
| ImagePathB | string |
None. |
|
| ImagePathC | string |
None. |
|
| ImagePathD | string |
None. |
|
| HOMeetingID | integer |
None. |
|
| AgeOfChick | integer |
None. |
|
| TotalChicks | integer |
None. |
|
| TotalWeight | integer |
None. |
|
| TotalFeedUsed | integer |
None. |
|
| TotalMortality | integer |
None. |
|
| AvgWeight | decimal number |
None. |
|
| FCR | decimal number |
None. |
|
| FeedEfficiency | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"AppMeetingID": 2,
"UserID": 3,
"StartDate": "2026-09-16T19:04:38.2126659+05:00",
"StartLatitude": 5.0,
"StartLongitude": 6.0,
"StartLocation": null,
"IsSynchronizeStart": true,
"EndDate": "2026-09-16T19:04:38.2126659+05:00",
"EndLatitude": 9.0,
"EndLongitude": 10.0,
"IsSynchronizeEnd": true,
"ShopID": 12,
"TaskID": 13,
"NoteTitle": "sample string 14",
"NoteDescription": "sample string 15",
"ImagePathA": "sample string 16",
"ImagePathB": "sample string 17",
"ImagePathC": "sample string 18",
"ImagePathD": "sample string 19",
"HOMeetingID": 20,
"AgeOfChick": 1,
"TotalChicks": 1,
"TotalWeight": 1,
"TotalFeedUsed": 1,
"TotalMortality": 1,
"AvgWeight": 1.1,
"FCR": 1.1,
"FeedEfficiency": 1.1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |