GET LotteryCustomerLoto/CustomerLotoPoints_GetCustomerRank/{bdate}/{edate}/{customerId}
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. |
| 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": {
"CustomerLotoPointId": 1,
"CustomerId": 2,
"CustomerLevelId": 64,
"PointTotal": 4,
"CustomerNick": "sample string 5",
"LotoRate": "sample string 6"
}
}