GET race6_entitypartyresult/{dbName}/{entityId}/{languageId}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| dbName | No documentation available. |
Define this parameter in the request URI. |
| entityId | 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:
[
{
"entityPartyResultId": 1,
"name": "sample string 2",
"code": "sample string 3",
"pecentage": 4.0,
"totalVotes": 5,
"regularVotes": 6,
"postOfficeVotes": 1,
"absenceAndMobileTeamVotes": 1,
"confirmedVotes": 1,
"totalMandates": 1,
"regularMandates": 1,
"compensationMandates": 1
},
{
"entityPartyResultId": 1,
"name": "sample string 2",
"code": "sample string 3",
"pecentage": 4.0,
"totalVotes": 5,
"regularVotes": 6,
"postOfficeVotes": 1,
"absenceAndMobileTeamVotes": 1,
"confirmedVotes": 1,
"totalMandates": 1,
"regularMandates": 1,
"compensationMandates": 1
},
{
"entityPartyResultId": 1,
"name": "sample string 2",
"code": "sample string 3",
"pecentage": 4.0,
"totalVotes": 5,
"regularVotes": 6,
"postOfficeVotes": 1,
"absenceAndMobileTeamVotes": 1,
"confirmedVotes": 1,
"totalMandates": 1,
"regularMandates": 1,
"compensationMandates": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfRace6_EntityPartyResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CIK.WebSite.Model.WebResult.Race6">
<Race6_EntityPartyResult>
<AbsenceAndMobileTeamVotes>1</AbsenceAndMobileTeamVotes>
<Code>sample string 3</Code>
<CompensationMandates>1</CompensationMandates>
<ConfirmedVotes>1</ConfirmedVotes>
<EntityPartyResultId>1</EntityPartyResultId>
<Name>sample string 2</Name>
<Pecentage>4</Pecentage>
<PostOfficeVotes>1</PostOfficeVotes>
<RegularMandates>1</RegularMandates>
<RegularVotes>6</RegularVotes>
<TotalMandates>1</TotalMandates>
<TotalVotes>5</TotalVotes>
</Race6_EntityPartyResult>
<Race6_EntityPartyResult>
<AbsenceAndMobileTeamVotes>1</AbsenceAndMobileTeamVotes>
<Code>sample string 3</Code>
<CompensationMandates>1</CompensationMandates>
<ConfirmedVotes>1</ConfirmedVotes>
<EntityPartyResultId>1</EntityPartyResultId>
<Name>sample string 2</Name>
<Pecentage>4</Pecentage>
<PostOfficeVotes>1</PostOfficeVotes>
<RegularMandates>1</RegularMandates>
<RegularVotes>6</RegularVotes>
<TotalMandates>1</TotalMandates>
<TotalVotes>5</TotalVotes>
</Race6_EntityPartyResult>
<Race6_EntityPartyResult>
<AbsenceAndMobileTeamVotes>1</AbsenceAndMobileTeamVotes>
<Code>sample string 3</Code>
<CompensationMandates>1</CompensationMandates>
<ConfirmedVotes>1</ConfirmedVotes>
<EntityPartyResultId>1</EntityPartyResultId>
<Name>sample string 2</Name>
<Pecentage>4</Pecentage>
<PostOfficeVotes>1</PostOfficeVotes>
<RegularMandates>1</RegularMandates>
<RegularVotes>6</RegularVotes>
<TotalMandates>1</TotalMandates>
<TotalVotes>5</TotalVotes>
</Race6_EntityPartyResult>
</ArrayOfRace6_EntityPartyResult>