GET LotteryCustomerLoto/CustomerLotoPoints_GetListPaging/{bdate}/{edate}?page={page}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
bdate

string

Required

edate

string

Required

page

string

Default value is 0

Body Parameters

None.

Response Information

Resource Description

ResponseObjectOfListOfCustomerLotoPoints
NameDescriptionTypeAdditional information
Status

integer

None.

Message

string

None.

RowsCounter

integer

None.

Data

Collection of 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"
    },
    {
      "CustomerLotoPointId": 1,
      "CustomerId": 2,
      "CustomerLevelId": 64,
      "PointTotal": 4,
      "CustomerNick": "sample string 5",
      "LotoRate": "sample string 6"
    }
  ]
}