POST LotteryCustomerLoto/CustomerLotos_GetByCustomerPaging_Post

Request Information

URI Parameters

None.

Body Parameters

RequestObjectOfCustomerLotosJson
NameDescriptionTypeAdditional information
UserId

integer

None.

Platform

string

None.

DeviceId

string

None.

AppId

string

None.

AppVersion

string

None.

RequestTime

string

None.

MethodName

string

None.

Token

string

None.

AppKey

string

None.

PageIndex

integer

None.

PageSize

integer

None.

Data

CustomerLotosJson

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": 1,
  "Platform": "sample string 2",
  "DeviceId": "sample string 3",
  "AppId": "sample string 4",
  "AppVersion": "sample string 5",
  "RequestTime": "sample string 6",
  "MethodName": "sample string 7",
  "Token": "sample string 8",
  "AppKey": "sample string 9",
  "PageIndex": 10,
  "PageSize": 11,
  "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"
  }
}

application/x-www-form-urlencoded

Sample:

Sample not available.

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