GET LotteryTK/TKGiaiDBNgayMai/{lotteryId}/{date}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
lotteryId | integer |
Required |
|
date | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseObjectOfTomorrowSpecialReportName | Description | Type | Additional information |
---|---|---|---|
Status | integer |
None. |
|
Message | string |
None. |
|
RowsCounter | integer |
None. |
|
Data | TomorrowSpecialReport |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": 1, "Message": "sample string 2", "RowsCounter": 3, "Data": { "LastResult": { "LotteryHistoryId": 1, "LotteryNumber": "sample string 2", "CrDateTime": "2025-04-11T11:22:05.3131201+07:00" }, "Specials": [ { "LotteryHistoryId": 1, "LotteryNumber": "sample string 2", "CrDateTime": "2025-04-11T11:22:05.3131201+07:00" }, { "LotteryHistoryId": 1, "LotteryNumber": "sample string 2", "CrDateTime": "2025-04-11T11:22:05.3131201+07:00" } ], "NextSpecials": [ { "LotteryHistoryId": 1, "LotteryNumber": "sample string 2", "CrDateTime": "2025-04-11T11:22:05.3131201+07:00" }, { "LotteryHistoryId": 1, "LotteryNumber": "sample string 2", "CrDateTime": "2025-04-11T11:22:05.3131201+07:00" } ], "ThisDayInThePast": [ { "LotteryHistoryId": 1, "LotteryNumber": "sample string 2", "CrDateTime": "2025-04-11T11:22:05.3131201+07:00" }, { "LotteryHistoryId": 1, "LotteryNumber": "sample string 2", "CrDateTime": "2025-04-11T11:22:05.3131201+07:00" } ] } }