GET LotteryTK/LookupLoto/{LotteryId}/{FrDateTime}/{ToDateTime}/{NumberList}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| LotteryId | No documentation available. |
Define this parameter in the request URI. |
| FrDateTime | No documentation available. |
Define this parameter in the request URI. |
| ToDateTime | No documentation available. |
Define this parameter in the request URI. |
| NumberList | 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": [
{
"LotteryNumber": "sample string 1",
"PrizeTypeDesc": "sample string 2",
"OpenPrizeDate": "sample string 3"
},
{
"LotteryNumber": "sample string 1",
"PrizeTypeDesc": "sample string 2",
"OpenPrizeDate": "sample string 3"
},
{
"LotteryNumber": "sample string 1",
"PrizeTypeDesc": "sample string 2",
"OpenPrizeDate": "sample string 3"
}
]
}