GET LotteryTK/ThongkeNhanh/{LotteryId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
LotteryId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseObjectOfLotteryTK_ThongkeNhanhName | Description | Type | Additional information |
---|---|---|---|
Status | integer |
None. |
|
Message | string |
None. |
|
RowsCounter | integer |
None. |
|
Data | LotteryTK_ThongkeNhanh |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": 1, "Message": "sample string 2", "RowsCounter": 3, "Data": { "Title": "sample string 1", "LotteryName": "sample string 2", "DateOpen": "2025-04-11T11:06:28.2995342+07:00", "ListData": [ { "DataName": "sample string 1", "DataValue": "sample string 2" }, { "DataName": "sample string 1", "DataValue": "sample string 2" } ] } }