GET LotteryTK/TanSuatDauDuoi/{LotteryId}/{NumberRoll}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LotteryId | integer |
Required |
|
| NumberRoll | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseObjectOfLotteryTK_TanSuat_DauDuoi| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Message | string |
None. |
|
| RowsCounter | integer |
None. |
|
| Data | LotteryTK_TanSuat_DauDuoi |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 1,
"Message": "sample string 2",
"RowsCounter": 3,
"Data": {
"ListDau": [
{
"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"
}
],
"ListDuoi": [
{
"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"
}
]
}
}