GET LotteryKQ/OpenNewest/{LotteryGroupId}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| LotteryGroupId | 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": [
{
"LotteryId": 1,
"LotteryCode": "sample string 2",
"LotteryName": "sample string 3",
"LotteryGroupId": 64,
"CrDateTime": "sample string 5",
"OpenPrizeTime": "sample string 6"
},
{
"LotteryId": 1,
"LotteryCode": "sample string 2",
"LotteryName": "sample string 3",
"LotteryGroupId": 64,
"CrDateTime": "sample string 5",
"OpenPrizeTime": "sample string 6"
},
{
"LotteryId": 1,
"LotteryCode": "sample string 2",
"LotteryName": "sample string 3",
"LotteryGroupId": 64,
"CrDateTime": "sample string 5",
"OpenPrizeTime": "sample string 6"
}
]
}