GET LotteryAccount/NotifyMessages_GetByCustomerPaging/{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": [
{
"NotifyMessageId": 1,
"NotifyTitle": "sample string 2",
"NotifyMessage": "sample string 3",
"NotifyDate": "sample string 4",
"NotifyStatusId": 5,
"MessageId": 6,
"SendCusNick": "sample string 7",
"CustomerLotoId": 8,
"CustomerId": 9
},
{
"NotifyMessageId": 1,
"NotifyTitle": "sample string 2",
"NotifyMessage": "sample string 3",
"NotifyDate": "sample string 4",
"NotifyStatusId": 5,
"MessageId": 6,
"SendCusNick": "sample string 7",
"CustomerLotoId": 8,
"CustomerId": 9
},
{
"NotifyMessageId": 1,
"NotifyTitle": "sample string 2",
"NotifyMessage": "sample string 3",
"NotifyDate": "sample string 4",
"NotifyStatusId": 5,
"MessageId": 6,
"SendCusNick": "sample string 7",
"CustomerLotoId": 8,
"CustomerId": 9
}
]
}