GET LotteryTK/XienKep/{LotteryId}/{Solanquay}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LotteryId | integer |
Required |
|
| Solanquay | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseObjectOfListOfLotteryTK_LoXien| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Message | string |
None. |
|
| RowsCounter | integer |
None. |
|
| Data | Collection of LotteryTK_LoXien |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 1,
"Message": "sample string 2",
"RowsCounter": 3,
"Data": [
{
"XienName": "sample string 1",
"TotalDay": 2,
"DateOpenArr": "sample string 3"
},
{
"XienName": "sample string 1",
"TotalDay": 2,
"DateOpenArr": "sample string 3"
}
]
}