GET LotterySoTayLoto/LotoBookTypes_GetListByCustomerId/{customerId}/{pageIndex}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| customerId | 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": [
{
"CustomerId": 1,
"LotteryName": "sample string 2",
"LotoBookTypeId": 3,
"LotoBookId": 4,
"LotoTypeName": "sample string 5",
"CreatedDate": "sample string 6",
"DayWinMoney": "sample string 7",
"StatusId": 8,
"BetLotoType": 9.1,
"LotoNumberList": "sample string 10"
},
{
"CustomerId": 1,
"LotteryName": "sample string 2",
"LotoBookTypeId": 3,
"LotoBookId": 4,
"LotoTypeName": "sample string 5",
"CreatedDate": "sample string 6",
"DayWinMoney": "sample string 7",
"StatusId": 8,
"BetLotoType": 9.1,
"LotoNumberList": "sample string 10"
},
{
"CustomerId": 1,
"LotteryName": "sample string 2",
"LotoBookTypeId": 3,
"LotoBookId": 4,
"LotoTypeName": "sample string 5",
"CreatedDate": "sample string 6",
"DayWinMoney": "sample string 7",
"StatusId": 8,
"BetLotoType": 9.1,
"LotoNumberList": "sample string 10"
}
]
}