POST api/AssemblyMeeting/Save
Request Information
URI Parameters
None.
Body Parameters
AssemblyMeetingSave| Name | Description | Type | Additional information |
|---|---|---|---|
| Assembly | AssemblyLookup |
Required |
|
| MeetingSlno | integer |
Required |
|
| BookId | 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 |
|
| CreateUser | integer |
Required |
|
| CreateIp | 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:
{
"Assembly": {
"AssemblyId": 1,
"AssemblyDesc": "sample string 2"
},
"MeetingSlno": 1,
"BookId": 2,
"MeetingYear": 3,
"MeetingDesc": "sample string 4",
"IsSpecial": "sample string 5",
"Venue": "sample string 6",
"StartDate": "sample string 7",
"EndDate": "sample string 8",
"LayFee": 9.0,
"LayVisitorFee": 10.0,
"DalithFee": 11.0,
"ClergyFee": 12.0,
"RetClergyFee": 13.0,
"ClergyVisitorFee": 14.0,
"Status": "sample string 15",
"CreateUser": 16,
"CreateIp": "sample string 17",
"Footage": "sample string 18"
}
application/xml, text/xml
Sample:
<AssemblyMeetingSave xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
<Assembly>
<AssemblyDesc>sample string 2</AssemblyDesc>
<AssemblyId>1</AssemblyId>
</Assembly>
<BookId>2</BookId>
<ClergyFee>12</ClergyFee>
<ClergyVisitorFee>14</ClergyVisitorFee>
<CreateIp>sample string 17</CreateIp>
<CreateUser>16</CreateUser>
<DalithFee>11</DalithFee>
<EndDate>sample string 8</EndDate>
<Footage>sample string 18</Footage>
<IsSpecial>sample string 5</IsSpecial>
<LayFee>9</LayFee>
<LayVisitorFee>10</LayVisitorFee>
<MeetingDesc>sample string 4</MeetingDesc>
<MeetingSlno>1</MeetingSlno>
<MeetingYear>3</MeetingYear>
<RetClergyFee>13</RetClergyFee>
<StartDate>sample string 7</StartDate>
<Status>sample string 15</Status>
<Venue>sample string 6</Venue>
</AssemblyMeetingSave>
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.