GET LotteryTK/TKTanSuatLoto/{lotteryId}/{date}/{numOfRoll}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| lotteryId | No documentation available. |
Define this parameter in the request URI. |
| date | No documentation available. |
Define this parameter in the request URI. |
| numOfRoll | 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": {
"Lottery": {
"LotteryId": 1,
"LotteryCode": "sample string 2",
"LotteryName": "sample string 3",
"ReportDate": "sample string 4"
},
"ReportData": [
{
"LotoNumber": "sample string 1",
"DateDay": 2,
"DateMonth": 3,
"DateYear": 4,
"Counter": 5
},
{
"LotoNumber": "sample string 1",
"DateDay": 2,
"DateMonth": 3,
"DateYear": 4,
"Counter": 5
},
{
"LotoNumber": "sample string 1",
"DateDay": 2,
"DateMonth": 3,
"DateYear": 4,
"Counter": 5
}
]
}
}