POST api/AneiMemberController/BallotBox
Request Information
URI Parameters
None.
Body Parameters
BallotBox| Name | Description | Type | Additional information |
|---|---|---|---|
| BallotID | integer |
None. |
|
| VoteID | integer |
None. |
|
| CandidateID | integer |
None. |
|
| MemberID | integer |
None. |
|
| CreatedBy | string |
None. |
|
| IsActive | string |
None. |
|
| CreatedOn | date |
None. |
|
| VoteNo | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"BallotID": 1,
"VoteID": 2,
"CandidateID": 3,
"MemberID": 4,
"CreatedBy": "sample string 5",
"IsActive": "sample string 6",
"CreatedOn": "2025-12-06T04:13:44.8453777+00:00",
"VoteNo": 8
}
application/xml, text/xml
Sample:
<BallotBox xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DAL"> <BallotID>1</BallotID> <CandidateID>3</CandidateID> <CreatedBy>sample string 5</CreatedBy> <CreatedOn>2025-12-06T04:13:44.8453777+00:00</CreatedOn> <IsActive>sample string 6</IsActive> <MemberID>4</MemberID> <VoteID>2</VoteID> <VoteNo>8</VoteNo> </BallotBox>
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.