PUT api/AssemblyMeeting/Update

Request Information

URI Parameters

None.

Body Parameters

AssemblyMeetingUpdate
NameDescriptionTypeAdditional 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

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:
{
  "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",
  "ClosedRemarks": "sample string 16",
  "UpdateUser": 17,
  "UpdateIp": "sample string 18",
  "Footage": "sample string 19"
}

application/xml, text/xml

Sample:
<AssemblyMeetingUpdate 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>
  <ClosedRemarks>sample string 16</ClosedRemarks>
  <DalithFee>11</DalithFee>
  <EndDate>sample string 8</EndDate>
  <Footage>sample string 19</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>
  <UpdateIp>sample string 18</UpdateIp>
  <UpdateUser>17</UpdateUser>
  <Venue>sample string 6</Venue>
</AssemblyMeetingUpdate>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.