GET LotteryTK/TKTanXuatMega?rollingNos={rollingNos}&dateFrom={dateFrom}&dateTo={dateTo}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| rollingNos | No documentation available. |
Define this parameter in the request URI. |
| dateFrom | No documentation available. |
Define this parameter in the request URI. |
| dateTo | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Status": 1,
"Message": "sample string 2",
"RowsCounter": 3,
"Data": {
"RollingCounter": 1,
"NumberAppearCounter": [
{
"MegaNumber": "sample string 1",
"AppearCounter": 2
},
{
"MegaNumber": "sample string 1",
"AppearCounter": 2
},
{
"MegaNumber": "sample string 1",
"AppearCounter": 2
}
]
}
}