GET LotteryTK/VeIt/{LotteryId}/{NumberRoll}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| LotteryId | No documentation available. |
Define this parameter in the request URI. |
| NumberRoll | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Status": 1,
"Message": "sample string 2",
"RowsCounter": 3,
"Data": [
{
"DB": "sample string 1",
"DBCounter": 2,
"DBPercent": "sample string 3",
"Loto": "sample string 4",
"LotoCounter": 5,
"LotoPercent": "sample string 6"
},
{
"DB": "sample string 1",
"DBCounter": 2,
"DBPercent": "sample string 3",
"Loto": "sample string 4",
"LotoCounter": 5,
"LotoPercent": "sample string 6"
},
{
"DB": "sample string 1",
"DBCounter": 2,
"DBPercent": "sample string 3",
"Loto": "sample string 4",
"LotoCounter": 5,
"LotoPercent": "sample string 6"
}
]
}