POST api/Values/MUpdateMeetingWithForms
Request Information
URI Parameters
None.
Body Parameters
MeetingEndPayloadDomain| Name | Description | Type | Additional information |
|---|---|---|---|
| Meeting | MeetingRecordsDomain |
None. |
|
| PoultryBroilerForm | MeetingFormPoultryBroilerDomain |
None. |
|
| VandaForm | MeetingFormVandaDomain |
None. |
|
| FishFarmingForm | MeetingFormFishFarmingDomain |
None. |
|
| FishGrowthForm | MeetingFormFishGrowthDomain |
None. |
|
| PoultryLayerForm | MeetingFormPoultryLayerDomain |
None. |
|
| TastingActivityForm | MeetingFormTastingActivityDomain |
None. |
Request Formats
application/json, text/json
Sample:
{
"Meeting": {
"ID": 1,
"AppMeetingID": 2,
"UserID": 3,
"StartDate": "2026-09-16T13:29:46.1616012+05:00",
"StartLatitude": 5.0,
"StartLongitude": 6.0,
"StartLocation": null,
"IsSynchronizeStart": true,
"EndDate": "2026-09-16T13:29:46.1616012+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
},
"PoultryBroilerForm": {
"HOID": 1,
"MeetingID": 2,
"UserID": 3,
"AgeOfChick": 4.1,
"TotalChicks": 5.1,
"AvgWeight": 6.1,
"FeedBrandName": "sample string 7",
"TotalFeedUsed": 8.1,
"TotalMortality": 9.1,
"TotalWeight": 10.1,
"FCR": 11.1,
"FeedEfficiency": 12.1,
"CreatedDate": "2026-09-16T13:29:46.1616012+05:00"
},
"VandaForm": {
"HOID": 1,
"MeetingID": 2,
"UserID": 3,
"MainBrandName": "sample string 4",
"MainBrandSale": 1.1,
"MainBrandType": "sample string 5",
"SecondBrandName": "sample string 6",
"SecondBrandSale": 1.1,
"SecondBrandType": "sample string 7",
"ThirdBrandName": "sample string 8",
"ThirdBrandSale": 1.1,
"ThirdBrandType": "sample string 9",
"FourthBrandName": "sample string 10",
"FourthBrandSale": 1.1,
"FourthBrandType": "sample string 11",
"CreatedDate": "2026-09-16T13:29:46.1616012+05:00"
},
"FishFarmingForm": {
"HOID": 1,
"MeetingID": 2,
"UserID": 3,
"FarmingArea": 4.1,
"PerAcreSeedFish": 5.1,
"FishTypesQuantityPerAcre": "sample string 6",
"CreatedDate": "2026-09-16T13:29:46.1616012+05:00"
},
"FishGrowthForm": {
"HOID": 1,
"MeetingID": 2,
"UserID": 3,
"TotalFarmArea": 1.1,
"PH": "sample string 4",
"TDS": "sample string 5",
"SeedShiftingDate": "2026-09-16T13:29:46.1616012+05:00",
"SeedHatcheryName": "sample string 6",
"NettingDate": "2026-09-16T13:29:46.1616012+05:00",
"NettingWeight": 1.1,
"FishBreed": "sample string 7",
"FeedUsedDuringNetting": 1.1,
"FeedUsedCP": "sample string 8",
"Mortality": 1.1,
"WeightGainDuringNetting": 1.1,
"FCR": 1.1,
"CreatedDate": "2026-09-16T13:29:46.1616012+05:00"
},
"PoultryLayerForm": {
"HOID": 1,
"MeetingID": 2,
"UserID": 3,
"LayerBreed": "sample string 4",
"FeedBrandName": "sample string 5",
"TotalFlockSize": 6.1,
"AgeOfChick": 7.1,
"StandardWeight": 8.1,
"ActualFarmWeight": 9.1,
"Mortality": 10.1,
"EggProductionPercentage": 1.1,
"CreatedDate": "2026-09-16T13:29:46.1616012+05:00"
},
"TastingActivityForm": {
"HOID": 1,
"MeetingID": 2,
"UserID": 3,
"ASM": "sample string 4",
"SaleOfficer": "sample string 5",
"Merchandiser": "sample string 6",
"Promotor": "sample string 7",
"ProductName1": "sample string 8",
"Qty1": 1.0,
"ProductName2": "sample string 9",
"Qty2": 1.0,
"ProductName3": "sample string 10",
"Qty3": 1.0,
"ProductName4": "sample string 11",
"Qty4": 1.0,
"ProductName5": "sample string 12",
"Qty5": 1.0,
"OilUsed": "sample string 13",
"CreatedDate": "2026-09-16T13:29:46.1616012+05:00"
}
}
application/xml, text/xml
Sample:
<MeetingEndPayloadDomain xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RestAPITest.Models">
<FishFarmingForm>
<CreatedDate>2026-09-16T13:29:46.1616012+05:00</CreatedDate>
<FarmingArea>4.1</FarmingArea>
<FishTypesQuantityPerAcre>sample string 6</FishTypesQuantityPerAcre>
<HOID>1</HOID>
<MeetingID>2</MeetingID>
<PerAcreSeedFish>5.1</PerAcreSeedFish>
<UserID>3</UserID>
</FishFarmingForm>
<FishGrowthForm>
<CreatedDate>2026-09-16T13:29:46.1616012+05:00</CreatedDate>
<FCR>1.1</FCR>
<FeedUsedCP>sample string 8</FeedUsedCP>
<FeedUsedDuringNetting>1.1</FeedUsedDuringNetting>
<FishBreed>sample string 7</FishBreed>
<HOID>1</HOID>
<MeetingID>2</MeetingID>
<Mortality>1.1</Mortality>
<NettingDate>2026-09-16T13:29:46.1616012+05:00</NettingDate>
<NettingWeight>1.1</NettingWeight>
<PH>sample string 4</PH>
<SeedHatcheryName>sample string 6</SeedHatcheryName>
<SeedShiftingDate>2026-09-16T13:29:46.1616012+05:00</SeedShiftingDate>
<TDS>sample string 5</TDS>
<TotalFarmArea>1.1</TotalFarmArea>
<UserID>3</UserID>
<WeightGainDuringNetting>1.1</WeightGainDuringNetting>
</FishGrowthForm>
<Meeting>
<AgeOfChick>1</AgeOfChick>
<AppMeetingID>2</AppMeetingID>
<AvgWeight>1.1</AvgWeight>
<EndDate>2026-09-16T13:29:46.1616012+05:00</EndDate>
<EndLatitude>9</EndLatitude>
<EndLongitude>10</EndLongitude>
<FCR>1.1</FCR>
<FeedEfficiency>1.1</FeedEfficiency>
<HOMeetingID>20</HOMeetingID>
<ID>1</ID>
<ImagePathA>sample string 16</ImagePathA>
<ImagePathB>sample string 17</ImagePathB>
<ImagePathC>sample string 18</ImagePathC>
<ImagePathD>sample string 19</ImagePathD>
<IsSynchronizeEnd>true</IsSynchronizeEnd>
<IsSynchronizeStart>true</IsSynchronizeStart>
<NoteDescription>sample string 15</NoteDescription>
<NoteTitle>sample string 14</NoteTitle>
<ShopID>12</ShopID>
<StartDate>2026-09-16T13:29:46.1616012+05:00</StartDate>
<StartLatitude>5</StartLatitude>
<StartLocation xmlns:d3p1="http://schemas.datacontract.org/2004/07/Microsoft.SqlServer.Types" i:nil="true" />
<StartLongitude>6</StartLongitude>
<TaskID>13</TaskID>
<TotalChicks>1</TotalChicks>
<TotalFeedUsed>1</TotalFeedUsed>
<TotalMortality>1</TotalMortality>
<TotalWeight>1</TotalWeight>
<UserID>3</UserID>
</Meeting>
<PoultryBroilerForm>
<AgeOfChick>4.1</AgeOfChick>
<AvgWeight>6.1</AvgWeight>
<CreatedDate>2026-09-16T13:29:46.1616012+05:00</CreatedDate>
<FCR>11.1</FCR>
<FeedBrandName>sample string 7</FeedBrandName>
<FeedEfficiency>12.1</FeedEfficiency>
<HOID>1</HOID>
<MeetingID>2</MeetingID>
<TotalChicks>5.1</TotalChicks>
<TotalFeedUsed>8.1</TotalFeedUsed>
<TotalMortality>9.1</TotalMortality>
<TotalWeight>10.1</TotalWeight>
<UserID>3</UserID>
</PoultryBroilerForm>
<PoultryLayerForm>
<ActualFarmWeight>9.1</ActualFarmWeight>
<AgeOfChick>7.1</AgeOfChick>
<CreatedDate>2026-09-16T13:29:46.1616012+05:00</CreatedDate>
<EggProductionPercentage>1.1</EggProductionPercentage>
<FeedBrandName>sample string 5</FeedBrandName>
<HOID>1</HOID>
<LayerBreed>sample string 4</LayerBreed>
<MeetingID>2</MeetingID>
<Mortality>10.1</Mortality>
<StandardWeight>8.1</StandardWeight>
<TotalFlockSize>6.1</TotalFlockSize>
<UserID>3</UserID>
</PoultryLayerForm>
<TastingActivityForm>
<ASM>sample string 4</ASM>
<CreatedDate>2026-09-16T13:29:46.1616012+05:00</CreatedDate>
<HOID>1</HOID>
<MeetingID>2</MeetingID>
<Merchandiser>sample string 6</Merchandiser>
<OilUsed>sample string 13</OilUsed>
<ProductName1>sample string 8</ProductName1>
<ProductName2>sample string 9</ProductName2>
<ProductName3>sample string 10</ProductName3>
<ProductName4>sample string 11</ProductName4>
<ProductName5>sample string 12</ProductName5>
<Promotor>sample string 7</Promotor>
<Qty1>1</Qty1>
<Qty2>1</Qty2>
<Qty3>1</Qty3>
<Qty4>1</Qty4>
<Qty5>1</Qty5>
<SaleOfficer>sample string 5</SaleOfficer>
<UserID>3</UserID>
</TastingActivityForm>
<VandaForm>
<CreatedDate>2026-09-16T13:29:46.1616012+05:00</CreatedDate>
<FourthBrandName>sample string 10</FourthBrandName>
<FourthBrandSale>1.1</FourthBrandSale>
<FourthBrandType>sample string 11</FourthBrandType>
<HOID>1</HOID>
<MainBrandName>sample string 4</MainBrandName>
<MainBrandSale>1.1</MainBrandSale>
<MainBrandType>sample string 5</MainBrandType>
<MeetingID>2</MeetingID>
<SecondBrandName>sample string 6</SecondBrandName>
<SecondBrandSale>1.1</SecondBrandSale>
<SecondBrandType>sample string 7</SecondBrandType>
<ThirdBrandName>sample string 8</ThirdBrandName>
<ThirdBrandSale>1.1</ThirdBrandSale>
<ThirdBrandType>sample string 9</ThirdBrandType>
<UserID>3</UserID>
</VandaForm>
</MeetingEndPayloadDomain>
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. |