GET LotteryTK/TKKenoChanLe?rollingNos={rollingNos}&dateFrom={dateFrom}&dateTo={dateTo}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
rollingNos

integer

Default value is 0

dateFrom

string

Default value is

dateTo

string

Default value is

Body Parameters

None.

Response Information

Resource Description

ResponseObjectOfLotteryKeno_TKChanLeLonNho
NameDescriptionTypeAdditional information
Status

integer

None.

Message

string

None.

RowsCounter

integer

None.

Data

LotteryKeno_TKChanLeLonNho

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": 1,
  "Message": "sample string 2",
  "RowsCounter": 3,
  "Data": {
    "Statistic": [
      {
        "Label": "sample string 1",
        "Desc": [
          "sample string 1",
          "sample string 2"
        ],
        "Rate": "sample string 2",
        "Symbol": "sample string 3",
        "BackgroundColor": "sample string 4",
        "Color": "sample string 5"
      },
      {
        "Label": "sample string 1",
        "Desc": [
          "sample string 1",
          "sample string 2"
        ],
        "Rate": "sample string 2",
        "Symbol": "sample string 3",
        "BackgroundColor": "sample string 4",
        "Color": "sample string 5"
      }
    ],
    "Details": [
      {
        "LotteryKenoId": 1,
        "RollingNo": 2,
        "NumbersData": "sample string 3",
        "EvenCounter": 64,
        "OddCounter": 64,
        "BigCounter": 64,
        "SmallCounter": 64,
        "EvenOddLabel": "sample string 8",
        "BigSmallLabel": "sample string 9"
      },
      {
        "LotteryKenoId": 1,
        "RollingNo": 2,
        "NumbersData": "sample string 3",
        "EvenCounter": 64,
        "OddCounter": 64,
        "BigCounter": 64,
        "SmallCounter": 64,
        "EvenOddLabel": "sample string 8",
        "BigSmallLabel": "sample string 9"
      }
    ]
  }
}