GET LotteryCustomerLoto/CustomerChoiceLotos_GetTopLoto/{PlayDate}/{pageIndex}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| PlayDate | No documentation available. |
Define this parameter in the request URI. |
| pageIndex | 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": [
{
"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
},
{
"CustomerChoiceLotoId": 1,
"CustomerLotoId": 2,
"LotoNumber": "sample string 3",
"WinTotal": 4,
"isMatched": 5,
"isSpecialPrize": 6
}
]
}