GET race4_entitybasicinfo/{dbName}/{entityId}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
dbName
No documentation available.

Define this parameter in the request URI.

entityId
No documentation available.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "numberOfVoters": 1,
  "totalVotes": 2,
  "validVotes": 3,
  "regularVotes": 1,
  "postOfficeVotes": 1,
  "absenceAndMobileTeamVotes": 1,
  "confirmedVotes": 1,
  "totalInvalidVotes": 4,
  "invalidBlankBallots": 5,
  "invalidOthersBallots": 6,
  "totalMandates": 7,
  "regularMandates": 8,
  "compensationMandates": 9,
  "totalPollingStations": 10,
  "processedPollingStations": 11,
  "percentageProcessedPollingStations": 12.0
}

application/xml, text/xml

Sample:
<Race4_EntityBasicInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CIK.WebSite.Model.WebResult.Race4">
  <AbsenceAndMobileTeamVotes>1</AbsenceAndMobileTeamVotes>
  <CompensationMandates>9</CompensationMandates>
  <ConfirmedVotes>1</ConfirmedVotes>
  <InvalidBlankBallots>5</InvalidBlankBallots>
  <InvalidOthersBallots>6</InvalidOthersBallots>
  <NumberOfVoters>1</NumberOfVoters>
  <PercentageProcessedPollingStations>12</PercentageProcessedPollingStations>
  <PostOfficeVotes>1</PostOfficeVotes>
  <ProcessedPollingStations>11</ProcessedPollingStations>
  <RegularMandates>8</RegularMandates>
  <RegularVotes>1</RegularVotes>
  <TotalInvalidVotes>4</TotalInvalidVotes>
  <TotalMandates>7</TotalMandates>
  <TotalPollingStations>10</TotalPollingStations>
  <TotalVotes>2</TotalVotes>
  <ValidVotes>3</ValidVotes>
</Race4_EntityBasicInfo>