GET race4_electoralunitparentpartyresultmandates/{dbName}/{languageId}
No documentation available.
Request Information
Parameters
| Name | Description | Additional 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:
[
{
"electoralUnitParentPartyResultId": 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
},
{
"electoralUnitParentPartyResultId": 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
},
{
"electoralUnitParentPartyResultId": 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:
<ArrayOfRace4_ElectoralUnitParentPartyResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CIK.WebSite.Model.WebResult.Race4">
<Race4_ElectoralUnitParentPartyResult>
<AbsenceAndMobileTeamVotes>1</AbsenceAndMobileTeamVotes>
<Code>sample string 3</Code>
<CompensationMandates>1</CompensationMandates>
<ConfirmedVotes>1</ConfirmedVotes>
<ElectoralUnitParentPartyResultId>1</ElectoralUnitParentPartyResultId>
<Name>sample string 2</Name>
<Percentage>4</Percentage>
<PostOfficeVotes>1</PostOfficeVotes>
<RegularMandates>1</RegularMandates>
<RegularVotes>1</RegularVotes>
<TotalMandates>1</TotalMandates>
<TotalVotes>5</TotalVotes>
</Race4_ElectoralUnitParentPartyResult>
<Race4_ElectoralUnitParentPartyResult>
<AbsenceAndMobileTeamVotes>1</AbsenceAndMobileTeamVotes>
<Code>sample string 3</Code>
<CompensationMandates>1</CompensationMandates>
<ConfirmedVotes>1</ConfirmedVotes>
<ElectoralUnitParentPartyResultId>1</ElectoralUnitParentPartyResultId>
<Name>sample string 2</Name>
<Percentage>4</Percentage>
<PostOfficeVotes>1</PostOfficeVotes>
<RegularMandates>1</RegularMandates>
<RegularVotes>1</RegularVotes>
<TotalMandates>1</TotalMandates>
<TotalVotes>5</TotalVotes>
</Race4_ElectoralUnitParentPartyResult>
<Race4_ElectoralUnitParentPartyResult>
<AbsenceAndMobileTeamVotes>1</AbsenceAndMobileTeamVotes>
<Code>sample string 3</Code>
<CompensationMandates>1</CompensationMandates>
<ConfirmedVotes>1</ConfirmedVotes>
<ElectoralUnitParentPartyResultId>1</ElectoralUnitParentPartyResultId>
<Name>sample string 2</Name>
<Percentage>4</Percentage>
<PostOfficeVotes>1</PostOfficeVotes>
<RegularMandates>1</RegularMandates>
<RegularVotes>1</RegularVotes>
<TotalMandates>1</TotalMandates>
<TotalVotes>5</TotalVotes>
</Race4_ElectoralUnitParentPartyResult>
</ArrayOfRace4_ElectoralUnitParentPartyResult>