GET race9_pollingstationspartyresult/{dbName}/{pollingStationId}/{languageId}
Get party result for selected polling station for election race for municipal councilors/municipal assembly on selected language
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| dbName | the name of the database from which data are obtained |
Define this parameter in the request URI. |
| pollingStationId | the ID of the polling station |
Define this parameter in the request URI. |
| languageId | the ID of the language in which informations are displayed |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"pollingStationsPartyResultId": 1,
"name": "sample string 2",
"code": "sample string 3",
"totalVotes": 4,
"percentage": 5.0
},
{
"pollingStationsPartyResultId": 1,
"name": "sample string 2",
"code": "sample string 3",
"totalVotes": 4,
"percentage": 5.0
},
{
"pollingStationsPartyResultId": 1,
"name": "sample string 2",
"code": "sample string 3",
"totalVotes": 4,
"percentage": 5.0
}
]
application/xml, text/xml
Sample:
<ArrayOfRace9_PollingStationsPartyResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CIK.WebSite.Model.WebResult.Race9">
<Race9_PollingStationsPartyResult>
<Code>sample string 3</Code>
<Name>sample string 2</Name>
<Percentage>5</Percentage>
<PollingStationsPartyResultId>1</PollingStationsPartyResultId>
<TotalVotes>4</TotalVotes>
</Race9_PollingStationsPartyResult>
<Race9_PollingStationsPartyResult>
<Code>sample string 3</Code>
<Name>sample string 2</Name>
<Percentage>5</Percentage>
<PollingStationsPartyResultId>1</PollingStationsPartyResultId>
<TotalVotes>4</TotalVotes>
</Race9_PollingStationsPartyResult>
<Race9_PollingStationsPartyResult>
<Code>sample string 3</Code>
<Name>sample string 2</Name>
<Percentage>5</Percentage>
<PollingStationsPartyResultId>1</PollingStationsPartyResultId>
<TotalVotes>4</TotalVotes>
</Race9_PollingStationsPartyResult>
</ArrayOfRace9_PollingStationsPartyResult>