GET LotteryCustomerLoto/CustomerLotos_GetListByPlayDate/{PlayDate}/{pageIndex}/{customerId}
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. |
| customerId | 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": [
{
"CustomerLotoId": 1,
"CustomerId": 2,
"LotteryId": 3,
"LotteryGroupId": 64,
"DayPointTotal": 5,
"PlayDate": "sample string 6",
"LotoList": "sample string 7",
"CustomerScore": 8,
"CustomerNick": "sample string 9"
},
{
"CustomerLotoId": 1,
"CustomerId": 2,
"LotteryId": 3,
"LotteryGroupId": 64,
"DayPointTotal": 5,
"PlayDate": "sample string 6",
"LotoList": "sample string 7",
"CustomerScore": 8,
"CustomerNick": "sample string 9"
},
{
"CustomerLotoId": 1,
"CustomerId": 2,
"LotteryId": 3,
"LotteryGroupId": 64,
"DayPointTotal": 5,
"PlayDate": "sample string 6",
"LotoList": "sample string 7",
"CustomerScore": 8,
"CustomerNick": "sample string 9"
}
]
}