POST api/RisultatiSezioniWeb/PostRisultatiSezioniWeb

Request Information

URI Parameters

None.

Body Parameters

RisultatiSezioniWeb
NameDescriptionTypeAdditional information
IDRisultatiSezioniWeb

integer

None.

IDDettaglioElezioni

integer

None.

Sezione

integer

None.

IDGruppi

integer

None.

NomeGruppo

string

None.

Candidato

string

None.

IDListe

integer

None.

NomeLista

string

None.

PercorsoLogo

string

None.

ElettoriTotale

integer

None.

Votanti

integer

None.

VotiValidi

integer

None.

VotiLista

integer

None.

VotiCandidato

integer

None.

VotiGruppo

integer

None.

SchedeBianche

integer

None.

SchedeNulle

integer

None.

VotiContesi

integer

None.

VotiNulli

integer

None.

VotiNonValidi

integer

None.

PercentualeVotanti

string

None.

PercentualeVotiValidi

string

None.

PercentualeVotiLista

string

None.

PercentualeVotiCandidato

string

None.

PercentualeVotiGruppo

string

None.

PercentualeSchedeBianche

string

None.

PercentualeSchedeNulle

string

None.

PercentualeVotiContesi

string

None.

PercentualeVotiNulli

string

None.

PercentualeVotiNonValidi

string

None.

TotaleVotiGruppoCandidati

integer

None.

TotaleVotiLista

integer

None.

DataPubblicazione

date

None.

Definitivi

boolean

None.

SezioniScrutinate

integer

None.

SezioniTotali

integer

None.

Ordine

integer

None.

OrdineListe

integer

None.

IDCandidati

integer

None.

OrdinePreferenze

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "IDRisultatiSezioniWeb": 1,
  "IDDettaglioElezioni": 2,
  "Sezione": 3,
  "IDGruppi": 1,
  "NomeGruppo": "sample string 4",
  "Candidato": "sample string 5",
  "IDListe": 1,
  "NomeLista": "sample string 6",
  "PercorsoLogo": "sample string 7",
  "ElettoriTotale": 1,
  "Votanti": 1,
  "VotiValidi": 1,
  "VotiLista": 1,
  "VotiCandidato": 1,
  "VotiGruppo": 1,
  "SchedeBianche": 1,
  "SchedeNulle": 1,
  "VotiContesi": 1,
  "VotiNulli": 1,
  "VotiNonValidi": 1,
  "PercentualeVotanti": "sample string 8",
  "PercentualeVotiValidi": "sample string 9",
  "PercentualeVotiLista": "sample string 10",
  "PercentualeVotiCandidato": "sample string 11",
  "PercentualeVotiGruppo": "sample string 12",
  "PercentualeSchedeBianche": "sample string 13",
  "PercentualeSchedeNulle": "sample string 14",
  "PercentualeVotiContesi": "sample string 15",
  "PercentualeVotiNulli": "sample string 16",
  "PercentualeVotiNonValidi": "sample string 17",
  "TotaleVotiGruppoCandidati": 1,
  "TotaleVotiLista": 1,
  "DataPubblicazione": "2025-04-25T15:30:43.7967202+02:00",
  "Definitivi": true,
  "SezioniScrutinate": 1,
  "SezioniTotali": 1,
  "Ordine": 1,
  "OrdineListe": 1,
  "IDCandidati": 1,
  "OrdinePreferenze": 1
}

text/xml

Sample:
<RisultatiSezioniWeb xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SiscElezioni_WebAPI.EntityModel">
  <Candidato>sample string 5</Candidato>
  <DataPubblicazione>2025-04-25T15:30:43.7967202+02:00</DataPubblicazione>
  <Definitivi>true</Definitivi>
  <ElettoriTotale>1</ElettoriTotale>
  <IDCandidati>1</IDCandidati>
  <IDDettaglioElezioni>2</IDDettaglioElezioni>
  <IDGruppi>1</IDGruppi>
  <IDListe>1</IDListe>
  <IDRisultatiSezioniWeb>1</IDRisultatiSezioniWeb>
  <NomeGruppo>sample string 4</NomeGruppo>
  <NomeLista>sample string 6</NomeLista>
  <Ordine>1</Ordine>
  <OrdineListe>1</OrdineListe>
  <OrdinePreferenze>1</OrdinePreferenze>
  <PercentualeSchedeBianche>sample string 13</PercentualeSchedeBianche>
  <PercentualeSchedeNulle>sample string 14</PercentualeSchedeNulle>
  <PercentualeVotanti>sample string 8</PercentualeVotanti>
  <PercentualeVotiCandidato>sample string 11</PercentualeVotiCandidato>
  <PercentualeVotiContesi>sample string 15</PercentualeVotiContesi>
  <PercentualeVotiGruppo>sample string 12</PercentualeVotiGruppo>
  <PercentualeVotiLista>sample string 10</PercentualeVotiLista>
  <PercentualeVotiNonValidi>sample string 17</PercentualeVotiNonValidi>
  <PercentualeVotiNulli>sample string 16</PercentualeVotiNulli>
  <PercentualeVotiValidi>sample string 9</PercentualeVotiValidi>
  <PercorsoLogo>sample string 7</PercorsoLogo>
  <SchedeBianche>1</SchedeBianche>
  <SchedeNulle>1</SchedeNulle>
  <Sezione>3</Sezione>
  <SezioniScrutinate>1</SezioniScrutinate>
  <SezioniTotali>1</SezioniTotali>
  <TotaleVotiGruppoCandidati>1</TotaleVotiGruppoCandidati>
  <TotaleVotiLista>1</TotaleVotiLista>
  <Votanti>1</Votanti>
  <VotiCandidato>1</VotiCandidato>
  <VotiContesi>1</VotiContesi>
  <VotiGruppo>1</VotiGruppo>
  <VotiLista>1</VotiLista>
  <VotiNonValidi>1</VotiNonValidi>
  <VotiNulli>1</VotiNulli>
  <VotiValidi>1</VotiValidi>
</RisultatiSezioniWeb>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RisultatiSezioniWeb
NameDescriptionTypeAdditional information
IDRisultatiSezioniWeb

integer

None.

IDDettaglioElezioni

integer

None.

Sezione

integer

None.

IDGruppi

integer

None.

NomeGruppo

string

None.

Candidato

string

None.

IDListe

integer

None.

NomeLista

string

None.

PercorsoLogo

string

None.

ElettoriTotale

integer

None.

Votanti

integer

None.

VotiValidi

integer

None.

VotiLista

integer

None.

VotiCandidato

integer

None.

VotiGruppo

integer

None.

SchedeBianche

integer

None.

SchedeNulle

integer

None.

VotiContesi

integer

None.

VotiNulli

integer

None.

VotiNonValidi

integer

None.

PercentualeVotanti

string

None.

PercentualeVotiValidi

string

None.

PercentualeVotiLista

string

None.

PercentualeVotiCandidato

string

None.

PercentualeVotiGruppo

string

None.

PercentualeSchedeBianche

string

None.

PercentualeSchedeNulle

string

None.

PercentualeVotiContesi

string

None.

PercentualeVotiNulli

string

None.

PercentualeVotiNonValidi

string

None.

TotaleVotiGruppoCandidati

integer

None.

TotaleVotiLista

integer

None.

DataPubblicazione

date

None.

Definitivi

boolean

None.

SezioniScrutinate

integer

None.

SezioniTotali

integer

None.

Ordine

integer

None.

OrdineListe

integer

None.

IDCandidati

integer

None.

OrdinePreferenze

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "IDRisultatiSezioniWeb": 1,
  "IDDettaglioElezioni": 2,
  "Sezione": 3,
  "IDGruppi": 1,
  "NomeGruppo": "sample string 4",
  "Candidato": "sample string 5",
  "IDListe": 1,
  "NomeLista": "sample string 6",
  "PercorsoLogo": "sample string 7",
  "ElettoriTotale": 1,
  "Votanti": 1,
  "VotiValidi": 1,
  "VotiLista": 1,
  "VotiCandidato": 1,
  "VotiGruppo": 1,
  "SchedeBianche": 1,
  "SchedeNulle": 1,
  "VotiContesi": 1,
  "VotiNulli": 1,
  "VotiNonValidi": 1,
  "PercentualeVotanti": "sample string 8",
  "PercentualeVotiValidi": "sample string 9",
  "PercentualeVotiLista": "sample string 10",
  "PercentualeVotiCandidato": "sample string 11",
  "PercentualeVotiGruppo": "sample string 12",
  "PercentualeSchedeBianche": "sample string 13",
  "PercentualeSchedeNulle": "sample string 14",
  "PercentualeVotiContesi": "sample string 15",
  "PercentualeVotiNulli": "sample string 16",
  "PercentualeVotiNonValidi": "sample string 17",
  "TotaleVotiGruppoCandidati": 1,
  "TotaleVotiLista": 1,
  "DataPubblicazione": "2025-04-25T15:30:43.7967202+02:00",
  "Definitivi": true,
  "SezioniScrutinate": 1,
  "SezioniTotali": 1,
  "Ordine": 1,
  "OrdineListe": 1,
  "IDCandidati": 1,
  "OrdinePreferenze": 1
}

text/xml

Sample:
<RisultatiSezioniWeb xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SiscElezioni_WebAPI.EntityModel">
  <Candidato>sample string 5</Candidato>
  <DataPubblicazione>2025-04-25T15:30:43.7967202+02:00</DataPubblicazione>
  <Definitivi>true</Definitivi>
  <ElettoriTotale>1</ElettoriTotale>
  <IDCandidati>1</IDCandidati>
  <IDDettaglioElezioni>2</IDDettaglioElezioni>
  <IDGruppi>1</IDGruppi>
  <IDListe>1</IDListe>
  <IDRisultatiSezioniWeb>1</IDRisultatiSezioniWeb>
  <NomeGruppo>sample string 4</NomeGruppo>
  <NomeLista>sample string 6</NomeLista>
  <Ordine>1</Ordine>
  <OrdineListe>1</OrdineListe>
  <OrdinePreferenze>1</OrdinePreferenze>
  <PercentualeSchedeBianche>sample string 13</PercentualeSchedeBianche>
  <PercentualeSchedeNulle>sample string 14</PercentualeSchedeNulle>
  <PercentualeVotanti>sample string 8</PercentualeVotanti>
  <PercentualeVotiCandidato>sample string 11</PercentualeVotiCandidato>
  <PercentualeVotiContesi>sample string 15</PercentualeVotiContesi>
  <PercentualeVotiGruppo>sample string 12</PercentualeVotiGruppo>
  <PercentualeVotiLista>sample string 10</PercentualeVotiLista>
  <PercentualeVotiNonValidi>sample string 17</PercentualeVotiNonValidi>
  <PercentualeVotiNulli>sample string 16</PercentualeVotiNulli>
  <PercentualeVotiValidi>sample string 9</PercentualeVotiValidi>
  <PercorsoLogo>sample string 7</PercorsoLogo>
  <SchedeBianche>1</SchedeBianche>
  <SchedeNulle>1</SchedeNulle>
  <Sezione>3</Sezione>
  <SezioniScrutinate>1</SezioniScrutinate>
  <SezioniTotali>1</SezioniTotali>
  <TotaleVotiGruppoCandidati>1</TotaleVotiGruppoCandidati>
  <TotaleVotiLista>1</TotaleVotiLista>
  <Votanti>1</Votanti>
  <VotiCandidato>1</VotiCandidato>
  <VotiContesi>1</VotiContesi>
  <VotiGruppo>1</VotiGruppo>
  <VotiLista>1</VotiLista>
  <VotiNonValidi>1</VotiNonValidi>
  <VotiNulli>1</VotiNulli>
  <VotiValidi>1</VotiValidi>
</RisultatiSezioniWeb>