POST api/GaraPremi/get_ListaTopGold
Request Information
URI Parameters
None.
Body Parameters
GetListaTopGold| Name | Description | Type | Additional information |
|---|---|---|---|
| IndiceInizialeRicerca | integer |
Required |
|
| Offset | integer |
Required |
Request Formats
application/json, text/json
Sample:
{
"IndiceInizialeRicerca": 1,
"Offset": 2
}
application/xml, text/xml
Sample:
<ParametriWS.GetListaTopGold xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataAccess"> <IndiceInizialeRicerca>1</IndiceInizialeRicerca> <Offset>2</Offset> </ParametriWS.GetListaTopGold>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ListaTopGoldCollection| Name | Description | Type | Additional information |
|---|---|---|---|
| ListaTopGold | Collection of ElementoListaTopGold |
None. |
|
| TotaleTopGold | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"ListaTopGold": [
{
"Mese": 1,
"Anno": 2,
"MeseAnno": "sample string 3",
"Stato": 0
},
{
"Mese": 1,
"Anno": 2,
"MeseAnno": "sample string 3",
"Stato": 0
}
],
"TotaleTopGold": 1
}
application/xml, text/xml
Sample:
<ListaTopGoldCollection xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataAccess">
<ListaTopGold>
<ElementoListaTopGold>
<Anno>2</Anno>
<Mese>1</Mese>
<MeseAnno>sample string 3</MeseAnno>
<Stato>Scaduto</Stato>
</ElementoListaTopGold>
<ElementoListaTopGold>
<Anno>2</Anno>
<Mese>1</Mese>
<MeseAnno>sample string 3</MeseAnno>
<Stato>Scaduto</Stato>
</ElementoListaTopGold>
</ListaTopGold>
<TotaleTopGold>1</TotaleTopGold>
</ListaTopGoldCollection>