GET LotteryTK/TKHaiSoCuoiGiaiDB/{lotteryId}/{date}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| lotteryId | integer |
Required |
|
| date | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseObjectOfLotteryTK2SoCuoiGiaiDB| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Message | string |
None. |
|
| RowsCounter | integer |
None. |
|
| Data | LotteryTK2SoCuoiGiaiDB |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 1,
"Message": "sample string 2",
"RowsCounter": 3,
"Data": {
"NearestDate": "sample string 1",
"NearestSpecialPrize": "sample string 2",
"Lottery": {
"LotteryId": 1,
"LotteryCode": "sample string 2",
"LotteryName": "sample string 3",
"ReportDate": "sample string 4"
},
"ReportData": [
{
"OpenDate": "sample string 1",
"LotteryNumber": "sample string 2",
"NextOpenDate": "sample string 3",
"NextLotteryNumber": "sample string 4"
},
{
"OpenDate": "sample string 1",
"LotteryNumber": "sample string 2",
"NextOpenDate": "sample string 3",
"NextLotteryNumber": "sample string 4"
}
],
"NgayNayNamXua": [
{
"OpenDate": "sample string 1",
"LotteryNumber": "sample string 2"
},
{
"OpenDate": "sample string 1",
"LotteryNumber": "sample string 2"
}
]
}
}