GET LotteryCustomerLoto/CustomerLotoPoints_GetCustomerRank/{bdate}/{edate}/{customerId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| bdate | string |
Required |
|
| edate | string |
Required |
|
| customerId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseObjectOfCustomerLotoPoints| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Message | string |
None. |
|
| RowsCounter | integer |
None. |
|
| Data | CustomerLotoPoints |
None. |
Response 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"
}
}