GET LotteryTK/TKTanSuatLoto/{lotteryId}/{date}/{numOfRoll}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| lotteryId | integer |
Required |
|
| date | string |
Required |
|
| numOfRoll | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseObjectOfLotteryTKTanSuatLoto| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Message | string |
None. |
|
| RowsCounter | integer |
None. |
|
| Data | LotteryTKTanSuatLoto |
None. |
Response 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
}
]
}
}