POST api/GenBodyAttendance/MakePresent
Request Information
URI Parameters
None.
Body Parameters
GenBodyAttendancePresentVM| Name | Description | Type | Additional information |
|---|---|---|---|
| GenBodyId | 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:
{
"GenBodyId": 1,
"MeetingSlno": 2,
"AttSlno": 3,
"MemberSlno": 4,
"RegFee": 5.0,
"LoginUser": 6,
"LoginIp": "sample string 7"
}
application/xml, text/xml
Sample:
<GenBodyAttendancePresentVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <AttSlno>3</AttSlno> <GenBodyId>1</GenBodyId> <LoginIp>sample string 7</LoginIp> <LoginUser>6</LoginUser> <MeetingSlno>2</MeetingSlno> <MemberSlno>4</MemberSlno> <RegFee>5</RegFee> </GenBodyAttendancePresentVM>
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.