POST RMS/Get_Votes_By_Residence?Ticket={Ticket}&resid={resid}&name={name}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket | string |
Required |
|
| resid | integer |
Required |
|
| name | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Result_Get_Votes_By_Residence_AA| Name | Description | Type | Additional information |
|---|---|---|---|
| ExceptionMsg | string |
None. |
|
| draw | integer |
None. |
|
| recordsFiltered | integer |
None. |
|
| recordsTotal | integer |
None. |
|
| data | Collection of VoteDto |
None. |
Response Formats
application/json, text/json
Sample:
{
"ExceptionMsg": "sample string 1",
"draw": 2,
"recordsFiltered": 3,
"recordsTotal": 4,
"data": [
{
"VOTE_ID": 1,
"TITLE": "sample string 2",
"DUE_DATEs": "sample string 3",
"STATUS": 1,
"ParticipantsCount": 4,
"VotersCount": 5
},
{
"VOTE_ID": 1,
"TITLE": "sample string 2",
"DUE_DATEs": "sample string 3",
"STATUS": 1,
"ParticipantsCount": 4,
"VotersCount": 5
}
]
}