POST api/AssemblyAttendCorrection/Save
Request Information
URI Parameters
None.
Body Parameters
AssemblyAttendCorrectionSaveVM| Name | Description | Type | Additional information |
|---|---|---|---|
| AssemblyId | integer |
Required |
|
| MeetingSlno | integer |
Required |
|
| AttSlno | integer |
Required |
|
| MemberSlno | integer |
Required |
|
| AttTypeNew | string |
Required |
|
| RegFeeNew | decimal number |
Required |
|
| RegFeeOld | decimal number |
Required |
|
| Remarks | string |
Required String length: inclusive between 0 and 1000 |
|
| CreateUser | integer |
Required |
|
| CreateIp | string |
Required String length: inclusive between 0 and 20 |
Request Formats
application/json, text/json
Sample:
{
"AssemblyId": 1,
"MeetingSlno": 2,
"AttSlno": 3,
"MemberSlno": 4,
"AttTypeNew": "sample string 5",
"RegFeeNew": 6.0,
"RegFeeOld": 7.0,
"Remarks": "sample string 8",
"CreateUser": 9,
"CreateIp": "sample string 10"
}
application/xml, text/xml
Sample:
<AssemblyAttendCorrectionSaveVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <AssemblyId>1</AssemblyId> <AttSlno>3</AttSlno> <AttTypeNew>sample string 5</AttTypeNew> <CreateIp>sample string 10</CreateIp> <CreateUser>9</CreateUser> <MeetingSlno>2</MeetingSlno> <MemberSlno>4</MemberSlno> <RegFeeNew>6</RegFeeNew> <RegFeeOld>7</RegFeeOld> <Remarks>sample string 8</Remarks> </AssemblyAttendCorrectionSaveVM>
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.