POST api/GenBodyMeeting/CloseGenBodyMeeting
Request Information
URI Parameters
None.
Body Parameters
GenBodyMeetingClosingVM| Name | Description | Type | Additional information |
|---|---|---|---|
| GenBody | GenBodyLookupVM |
Required |
|
| Meeting | GenBodyMeetingLookupVM |
Required |
|
| Remarks | string |
Required String length: inclusive between 0 and 250 |
|
| ClosingUser | integer |
Required |
|
| ClosingIp | string |
Required String length: inclusive between 0 and 20 |
Request Formats
application/json, text/json
Sample:
{
"GenBody": {
"GenBodyId": 1,
"GenBodyDesc": "sample string 2"
},
"Meeting": {
"GenBody": {
"GenBodyId": 1,
"GenBodyDesc": "sample string 2"
},
"MeetingSlno": 1,
"MeetingYear": 2,
"MeetingDesc": "sample string 3",
"Venue": "sample string 4"
},
"Remarks": "sample string 1",
"ClosingUser": 2,
"ClosingIp": "sample string 3"
}
application/xml, text/xml
Sample:
<GenBodyMeetingClosingVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
<ClosingIp>sample string 3</ClosingIp>
<ClosingUser>2</ClosingUser>
<GenBody>
<GenBodyDesc>sample string 2</GenBodyDesc>
<GenBodyId>1</GenBodyId>
</GenBody>
<Meeting>
<GenBody>
<GenBodyDesc>sample string 2</GenBodyDesc>
<GenBodyId>1</GenBodyId>
</GenBody>
<MeetingDesc>sample string 3</MeetingDesc>
<MeetingSlno>1</MeetingSlno>
<MeetingYear>2</MeetingYear>
<Venue>sample string 4</Venue>
</Meeting>
<Remarks>sample string 1</Remarks>
</GenBodyMeetingClosingVM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.