GET LotterySC/LotoGanMax/{Solanquay}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Solanquay | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseObjectOfListOfLotterySC_GanMax| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Message | string |
None. |
|
| RowsCounter | integer |
None. |
|
| Data | Collection of LotterySC_GanMax |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 1,
"Message": "sample string 2",
"RowsCounter": 3,
"Data": [
{
"LotoNumber": "sample string 1",
"MaxCycles": 2,
"DateFrom": "sample string 3",
"DateTo": "sample string 4",
"DateRecent": "sample string 5",
"SoLanChuaVe": 6
},
{
"LotoNumber": "sample string 1",
"MaxCycles": 2,
"DateFrom": "sample string 3",
"DateTo": "sample string 4",
"DateRecent": "sample string 5",
"SoLanChuaVe": 6
}
]
}