POST api/AssemblyAttendance/MakePresent

Request Information

URI Parameters

None.

Body Parameters

AssemblyAttendancePresentVM
NameDescriptionTypeAdditional information
AssemblyId

integer

Required

MeetingSlno

integer

Required

AttSlno

integer

Required

MemberSlno

integer

Required

RegFee

decimal number

None.

LoginUser

integer

Required

LoginIp

string

Required

String length: inclusive between 0 and 20

Request Formats

application/json, text/json

Sample:
{
  "AssemblyId": 1,
  "MeetingSlno": 2,
  "AttSlno": 3,
  "MemberSlno": 4,
  "RegFee": 5.0,
  "LoginUser": 6,
  "LoginIp": "sample string 7"
}

application/xml, text/xml

Sample:
<AssemblyAttendancePresentVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
  <AssemblyId>1</AssemblyId>
  <AttSlno>3</AttSlno>
  <LoginIp>sample string 7</LoginIp>
  <LoginUser>6</LoginUser>
  <MeetingSlno>2</MeetingSlno>
  <MemberSlno>4</MemberSlno>
  <RegFee>5</RegFee>
</AssemblyAttendancePresentVM>

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.