PUT api/GenBodyMeeting/Update
Request Information
URI Parameters
None.
Body Parameters
GenBodyMeetingUpdateVM| Name | Description | Type | Additional information |
|---|---|---|---|
| GenBody | GenBodyLookupVM |
Required |
|
| MeetingSlno | integer |
Required |
|
| MeetingYear | integer |
Required |
|
| MeetingDesc | string |
Required String length: inclusive between 0 and 100 |
|
| IsSpecial | string |
Required Matching regular expression pattern: Y|N |
|
| Venue | string |
String length: inclusive between 0 and 300 |
|
| StartDate | string |
Required |
|
| EndDate | string |
Required |
|
| LayFee | decimal number |
None. |
|
| LayVisitorFee | decimal number |
None. |
|
| DalithFee | decimal number |
None. |
|
| ClergyFee | decimal number |
None. |
|
| RetClergyFee | decimal number |
None. |
|
| ClergyVisitorFee | decimal number |
None. |
|
| Status | string |
Required Matching regular expression pattern: A|I|L |
|
| ClosedRemarks | string |
String length: inclusive between 0 and 300 |
|
| UpdateUser | integer |
Required |
|
| UpdateIp | string |
Required String length: inclusive between 0 and 20 |
|
| Footage | string |
String length: inclusive between 0 and 1000 |
Request Formats
application/json, text/json
Sample:
{
"GenBody": {
"GenBodyId": 1,
"GenBodyDesc": "sample string 2"
},
"MeetingSlno": 1,
"MeetingYear": 2,
"MeetingDesc": "sample string 3",
"IsSpecial": "sample string 4",
"Venue": "sample string 5",
"StartDate": "sample string 6",
"EndDate": "sample string 7",
"LayFee": 8.0,
"LayVisitorFee": 9.0,
"DalithFee": 10.0,
"ClergyFee": 11.0,
"RetClergyFee": 12.0,
"ClergyVisitorFee": 13.0,
"Status": "sample string 14",
"ClosedRemarks": "sample string 15",
"UpdateUser": 16,
"UpdateIp": "sample string 17",
"Footage": "sample string 18"
}
application/xml, text/xml
Sample:
<GenBodyMeetingUpdateVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
<ClergyFee>11</ClergyFee>
<ClergyVisitorFee>13</ClergyVisitorFee>
<ClosedRemarks>sample string 15</ClosedRemarks>
<DalithFee>10</DalithFee>
<EndDate>sample string 7</EndDate>
<Footage>sample string 18</Footage>
<GenBody>
<GenBodyDesc>sample string 2</GenBodyDesc>
<GenBodyId>1</GenBodyId>
</GenBody>
<IsSpecial>sample string 4</IsSpecial>
<LayFee>8</LayFee>
<LayVisitorFee>9</LayVisitorFee>
<MeetingDesc>sample string 3</MeetingDesc>
<MeetingSlno>1</MeetingSlno>
<MeetingYear>2</MeetingYear>
<RetClergyFee>12</RetClergyFee>
<StartDate>sample string 6</StartDate>
<Status>sample string 14</Status>
<UpdateIp>sample string 17</UpdateIp>
<UpdateUser>16</UpdateUser>
<Venue>sample string 5</Venue>
</GenBodyMeetingUpdateVM>
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.