GET race6_basicinfopartyresult/{dbName}/{languageId}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
dbName
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:
[
  {
    "partyResultId": 1,
    "name": "sample string 2",
    "code": "sample string 3",
    "percentage": 4.0,
    "totalVotes": 5,
    "regularVotes": 1,
    "postOfficeVotes": 1,
    "absenceAndMobileTeamVotes": 1,
    "confirmedVotes": 1,
    "totalMandates": 1,
    "regularMandates": 1,
    "compensationMandates": 1
  },
  {
    "partyResultId": 1,
    "name": "sample string 2",
    "code": "sample string 3",
    "percentage": 4.0,
    "totalVotes": 5,
    "regularVotes": 1,
    "postOfficeVotes": 1,
    "absenceAndMobileTeamVotes": 1,
    "confirmedVotes": 1,
    "totalMandates": 1,
    "regularMandates": 1,
    "compensationMandates": 1
  },
  {
    "partyResultId": 1,
    "name": "sample string 2",
    "code": "sample string 3",
    "percentage": 4.0,
    "totalVotes": 5,
    "regularVotes": 1,
    "postOfficeVotes": 1,
    "absenceAndMobileTeamVotes": 1,
    "confirmedVotes": 1,
    "totalMandates": 1,
    "regularMandates": 1,
    "compensationMandates": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfRace6_PartyResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CIK.WebSite.Model.WebResult.Race6">
  <Race6_PartyResult>
    <AbsenceAndMobileTeamVotes>1</AbsenceAndMobileTeamVotes>
    <Code>sample string 3</Code>
    <CompensationMandates>1</CompensationMandates>
    <ConfirmedVotes>1</ConfirmedVotes>
    <Name>sample string 2</Name>
    <PartyResultId>1</PartyResultId>
    <Percentage>4</Percentage>
    <PostOfficeVotes>1</PostOfficeVotes>
    <RegularMandates>1</RegularMandates>
    <RegularVotes>1</RegularVotes>
    <TotalMandates>1</TotalMandates>
    <TotalVotes>5</TotalVotes>
  </Race6_PartyResult>
  <Race6_PartyResult>
    <AbsenceAndMobileTeamVotes>1</AbsenceAndMobileTeamVotes>
    <Code>sample string 3</Code>
    <CompensationMandates>1</CompensationMandates>
    <ConfirmedVotes>1</ConfirmedVotes>
    <Name>sample string 2</Name>
    <PartyResultId>1</PartyResultId>
    <Percentage>4</Percentage>
    <PostOfficeVotes>1</PostOfficeVotes>
    <RegularMandates>1</RegularMandates>
    <RegularVotes>1</RegularVotes>
    <TotalMandates>1</TotalMandates>
    <TotalVotes>5</TotalVotes>
  </Race6_PartyResult>
  <Race6_PartyResult>
    <AbsenceAndMobileTeamVotes>1</AbsenceAndMobileTeamVotes>
    <Code>sample string 3</Code>
    <CompensationMandates>1</CompensationMandates>
    <ConfirmedVotes>1</ConfirmedVotes>
    <Name>sample string 2</Name>
    <PartyResultId>1</PartyResultId>
    <Percentage>4</Percentage>
    <PostOfficeVotes>1</PostOfficeVotes>
    <RegularMandates>1</RegularMandates>
    <RegularVotes>1</RegularVotes>
    <TotalMandates>1</TotalMandates>
    <TotalVotes>5</TotalVotes>
  </Race6_PartyResult>
</ArrayOfRace6_PartyResult>