GET race2_pollingstationscandidatesresult/{dbName}/{pollingStationPartyResultId}/{languageId}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
dbName
No documentation available.

Define this parameter in the request URI.

pollingStationPartyResultId
No documentation available.

Define this parameter in the request URI.

languageId
No documentation available.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "name": "sample string 1",
    "code": "sample string 2",
    "totalVotes": 3,
    "position": 4,
    "percentage": 5.0
  },
  {
    "name": "sample string 1",
    "code": "sample string 2",
    "totalVotes": 3,
    "position": 4,
    "percentage": 5.0
  },
  {
    "name": "sample string 1",
    "code": "sample string 2",
    "totalVotes": 3,
    "position": 4,
    "percentage": 5.0
  }
]

application/xml, text/xml

Sample:
<ArrayOfRace2_PollingStationsCandidatesResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CIK.WebSite.Model.WebResult.Race2">
  <Race2_PollingStationsCandidatesResult>
    <Code>sample string 2</Code>
    <Name>sample string 1</Name>
    <Percentage>5</Percentage>
    <Position>4</Position>
    <TotalVotes>3</TotalVotes>
  </Race2_PollingStationsCandidatesResult>
  <Race2_PollingStationsCandidatesResult>
    <Code>sample string 2</Code>
    <Name>sample string 1</Name>
    <Percentage>5</Percentage>
    <Position>4</Position>
    <TotalVotes>3</TotalVotes>
  </Race2_PollingStationsCandidatesResult>
  <Race2_PollingStationsCandidatesResult>
    <Code>sample string 2</Code>
    <Name>sample string 1</Name>
    <Percentage>5</Percentage>
    <Position>4</Position>
    <TotalVotes>3</TotalVotes>
  </Race2_PollingStationsCandidatesResult>
</ArrayOfRace2_PollingStationsCandidatesResult>