GET LotteryCustomerLoto/CustomerLotos_GetByCustomerPaging/{customerId}/{pageIndex}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| customerId | string |
Required |
|
| pageIndex | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseObjectOfListOfCustomerLotosJson| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Message | string |
None. |
|
| RowsCounter | integer |
None. |
|
| Data | Collection of CustomerLotosJson |
None. |
Response 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"
}
]
}