GET LotteryCustomerLoto/CustomerLotoPoints_GetByNick/{bdate}/{edate}/{CustomerNick}/{pageIndex}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| bdate | No documentation available. |
Define this parameter in the request URI. |
| edate | No documentation available. |
Define this parameter in the request URI. |
| CustomerNick | 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": [
{
"CustomerLotoPointId": 1,
"CustomerId": 2,
"CustomerLevelId": 64,
"PointTotal": 4,
"CustomerNick": "sample string 5",
"LotoRate": "sample string 6"
},
{
"CustomerLotoPointId": 1,
"CustomerId": 2,
"CustomerLevelId": 64,
"PointTotal": 4,
"CustomerNick": "sample string 5",
"LotoRate": "sample string 6"
},
{
"CustomerLotoPointId": 1,
"CustomerId": 2,
"CustomerLevelId": 64,
"PointTotal": 4,
"CustomerNick": "sample string 5",
"LotoRate": "sample string 6"
}
]
}