GET LotteryTK/GanDBTongDauDuoi/{LotteryId}/{DateOpen}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
LotteryId | integer |
Required |
|
DateOpen | date |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseObjectOfLotteryTK_GanGiaiDacBietName | Description | Type | Additional information |
---|---|---|---|
Status | integer |
None. |
|
Message | string |
None. |
|
RowsCounter | integer |
None. |
|
Data | LotteryTK_GanGiaiDacBiet |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": 1, "Message": "sample string 2", "RowsCounter": 3, "Data": { "ListTong": [ { "LotoNumber": "sample string 1", "GanDayCounter": 2, "GanMaxCounter": 3, "LotoGanTypeId": 64, "AppearLatestDay": "2025-04-11T11:33:46.4775302+07:00" }, { "LotoNumber": "sample string 1", "GanDayCounter": 2, "GanMaxCounter": 3, "LotoGanTypeId": 64, "AppearLatestDay": "2025-04-11T11:33:46.4775302+07:00" } ], "ListDau": [ { "LotoNumber": "sample string 1", "GanDayCounter": 2, "GanMaxCounter": 3, "LotoGanTypeId": 64, "AppearLatestDay": "2025-04-11T11:33:46.4775302+07:00" }, { "LotoNumber": "sample string 1", "GanDayCounter": 2, "GanMaxCounter": 3, "LotoGanTypeId": 64, "AppearLatestDay": "2025-04-11T11:33:46.4775302+07:00" } ], "ListDuoi": [ { "LotoNumber": "sample string 1", "GanDayCounter": 2, "GanMaxCounter": 3, "LotoGanTypeId": 64, "AppearLatestDay": "2025-04-11T11:33:46.4775302+07:00" }, { "LotoNumber": "sample string 1", "GanDayCounter": 2, "GanMaxCounter": 3, "LotoGanTypeId": 64, "AppearLatestDay": "2025-04-11T11:33:46.4775302+07:00" } ] } }