GET LotteryCustomerLoto/CustomerLotoPoints_GetByNick/{bdate}/{edate}/{CustomerNick}/{pageIndex}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
bdate

string

Required

edate

string

Required

CustomerNick

string

Required

pageIndex

string

Required

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"
    }
  ]
}