GET LotteryKQ/KenoDetail/{RollingNo}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
RollingNo | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseObjectOfLotteryKenosName | Description | Type | Additional information |
---|---|---|---|
Status | integer |
None. |
|
Message | string |
None. |
|
RowsCounter | integer |
None. |
|
Data | LotteryKenos |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": 1, "Message": "sample string 2", "RowsCounter": 3, "Data": { "LotteryKenoId": 1, "DateId": 2, "OpenDateTime": "2025-04-11T11:03:57.3211438+07:00", "RollingNo": 4, "NumbersData": "sample string 5", "PrizesData": "sample string 6", "CrDateTime": "2025-04-11T11:03:57.3212453+07:00", "StatusId": 64, "EvenCounter": 64, "OddCounter": 64, "BigCounter": 64, "SmallCounter": 64 } }