GET race1_memberpresidencycandidatesresult/{dbName}/{memberPresidencyId}/{languageId}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| dbName | No documentation available. |
Define this parameter in the request URI. |
| memberPresidencyId | 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",
"percentage": 3.0,
"totalVotes": 4,
"regularVotes": 1,
"postOfficeVotes": 1,
"absenceAndMobileTeamVotes": 1,
"confirmedVotes": 1,
"haveMandates": true
},
{
"name": "sample string 1",
"code": "sample string 2",
"percentage": 3.0,
"totalVotes": 4,
"regularVotes": 1,
"postOfficeVotes": 1,
"absenceAndMobileTeamVotes": 1,
"confirmedVotes": 1,
"haveMandates": true
},
{
"name": "sample string 1",
"code": "sample string 2",
"percentage": 3.0,
"totalVotes": 4,
"regularVotes": 1,
"postOfficeVotes": 1,
"absenceAndMobileTeamVotes": 1,
"confirmedVotes": 1,
"haveMandates": true
}
]
application/xml, text/xml
Sample:
<ArrayOfRace1_MemberPresidencyCandidatesResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CIK.WebSite.Model.WebResult.Race1">
<Race1_MemberPresidencyCandidatesResult>
<AbsenceAndMobileTeamVotes>1</AbsenceAndMobileTeamVotes>
<Code>sample string 2</Code>
<ConfirmedVotes>1</ConfirmedVotes>
<HaveMandates>true</HaveMandates>
<Name>sample string 1</Name>
<Percentage>3</Percentage>
<PostOfficeVotes>1</PostOfficeVotes>
<RegularVotes>1</RegularVotes>
<TotalVotes>4</TotalVotes>
</Race1_MemberPresidencyCandidatesResult>
<Race1_MemberPresidencyCandidatesResult>
<AbsenceAndMobileTeamVotes>1</AbsenceAndMobileTeamVotes>
<Code>sample string 2</Code>
<ConfirmedVotes>1</ConfirmedVotes>
<HaveMandates>true</HaveMandates>
<Name>sample string 1</Name>
<Percentage>3</Percentage>
<PostOfficeVotes>1</PostOfficeVotes>
<RegularVotes>1</RegularVotes>
<TotalVotes>4</TotalVotes>
</Race1_MemberPresidencyCandidatesResult>
<Race1_MemberPresidencyCandidatesResult>
<AbsenceAndMobileTeamVotes>1</AbsenceAndMobileTeamVotes>
<Code>sample string 2</Code>
<ConfirmedVotes>1</ConfirmedVotes>
<HaveMandates>true</HaveMandates>
<Name>sample string 1</Name>
<Percentage>3</Percentage>
<PostOfficeVotes>1</PostOfficeVotes>
<RegularVotes>1</RegularVotes>
<TotalVotes>4</TotalVotes>
</Race1_MemberPresidencyCandidatesResult>
</ArrayOfRace1_MemberPresidencyCandidatesResult>