GET LotteryCustomerLoto/CustomerLotos_GetListByPlayDate/{PlayDate}/{pageIndex}/{customerId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
PlayDate

string

Required

pageIndex

string

Required

customerId

string

Required

Body Parameters

None.

Response Information

Resource Description

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