POST api/GenBodyMeeting/Save

Request Information

URI Parameters

None.

Body Parameters

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

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:
{
  "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",
  "CreateUser": 15,
  "CreateIp": "sample string 16",
  "Footage": "sample string 17"
}

application/xml, text/xml

Sample:
<GenBodyMeetingSaveVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
  <ClergyFee>11</ClergyFee>
  <ClergyVisitorFee>13</ClergyVisitorFee>
  <CreateIp>sample string 16</CreateIp>
  <CreateUser>15</CreateUser>
  <DalithFee>10</DalithFee>
  <EndDate>sample string 7</EndDate>
  <Footage>sample string 17</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>
  <Venue>sample string 5</Venue>
</GenBodyMeetingSaveVM>

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.