GET race4_electoralunitparentcandidatesresult/{dbName}/{electoralUnitParentPartyResultId}/{languageId}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| dbName | No documentation available. |
Define this parameter in the request URI. |
| electoralUnitParentPartyResultId | 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",
"totalVotes": 2,
"haveMandates": true,
"position": 3,
"percentage": 4.0,
"haveRegularMandates": true,
"haveCompensationMandates": true
},
{
"name": "sample string 1",
"totalVotes": 2,
"haveMandates": true,
"position": 3,
"percentage": 4.0,
"haveRegularMandates": true,
"haveCompensationMandates": true
},
{
"name": "sample string 1",
"totalVotes": 2,
"haveMandates": true,
"position": 3,
"percentage": 4.0,
"haveRegularMandates": true,
"haveCompensationMandates": true
}
]
application/xml, text/xml
Sample:
<ArrayOfRace4_ElectoralUnitParentCandidatesResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CIK.WebSite.Model.WebResult.Race4">
<Race4_ElectoralUnitParentCandidatesResult>
<HaveCompensationMandates>true</HaveCompensationMandates>
<HaveMandates>true</HaveMandates>
<HaveRegularMandates>true</HaveRegularMandates>
<Name>sample string 1</Name>
<Percentage>4</Percentage>
<Position>3</Position>
<TotalVotes>2</TotalVotes>
</Race4_ElectoralUnitParentCandidatesResult>
<Race4_ElectoralUnitParentCandidatesResult>
<HaveCompensationMandates>true</HaveCompensationMandates>
<HaveMandates>true</HaveMandates>
<HaveRegularMandates>true</HaveRegularMandates>
<Name>sample string 1</Name>
<Percentage>4</Percentage>
<Position>3</Position>
<TotalVotes>2</TotalVotes>
</Race4_ElectoralUnitParentCandidatesResult>
<Race4_ElectoralUnitParentCandidatesResult>
<HaveCompensationMandates>true</HaveCompensationMandates>
<HaveMandates>true</HaveMandates>
<HaveRegularMandates>true</HaveRegularMandates>
<Name>sample string 1</Name>
<Percentage>4</Percentage>
<Position>3</Position>
<TotalVotes>2</TotalVotes>
</Race4_ElectoralUnitParentCandidatesResult>
</ArrayOfRace4_ElectoralUnitParentCandidatesResult>