GET LotteryCustomerLoto/CustomerChoiceLotos_GetTopLoto/{PlayDate}/{pageIndex}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PlayDate | string |
Required |
|
| pageIndex | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseObjectOfListOfCustomerChoiceLotos| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Message | string |
None. |
|
| RowsCounter | integer |
None. |
|
| Data | Collection of CustomerChoiceLotos |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 1,
"Message": "sample string 2",
"RowsCounter": 3,
"Data": [
{
"CustomerChoiceLotoId": 1,
"CustomerLotoId": 2,
"LotoNumber": "sample string 3",
"WinTotal": 4,
"isMatched": 5,
"isSpecialPrize": 6
},
{
"CustomerChoiceLotoId": 1,
"CustomerLotoId": 2,
"LotoNumber": "sample string 3",
"WinTotal": 4,
"isMatched": 5,
"isSpecialPrize": 6
}
]
}