POST api/Member/verifyMemberEogmCastVote
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| request | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"item": {
"electionID": "sample string 1",
"ballot_Token": "sample string 2",
"candidate": "sample string 3",
"VotedAt": "2026-06-05T00:02:27.3580365+08:00"
}
}
application/xml, text/xml
Sample:
<castVoteRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SISVServices.Models">
<item xmlns:d2p1="http://schemas.datacontract.org/2004/07/SISVServicesDA">
<d2p1:VotedAt>2026-06-05T00:02:27.3580365+08:00</d2p1:VotedAt>
<d2p1:ballot_Token>sample string 2</d2p1:ballot_Token>
<d2p1:candidate>sample string 3</d2p1:candidate>
<d2p1:electionID>sample string 1</d2p1:electionID>
</item>
</castVoteRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.