GET LotteryTK/TKLotoNgayNayNamXuaDBAndLoto/{lotteryId}/{dd}/{mm}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
lotteryId

integer

Required

dd

integer

Required

mm

integer

Required

Body Parameters

None.

Response Information

Resource Description

ResponseObjectOfLotoNgayNayNamXua
NameDescriptionTypeAdditional information
Status

integer

None.

Message

string

None.

RowsCounter

integer

None.

Data

LotoNgayNayNamXua

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": 1,
  "Message": "sample string 2",
  "RowsCounter": 3,
  "Data": {
    "DacBiet": [
      {
        "Years": [
          {
            "Year": "sample string 1",
            "Counter": 64
          },
          {
            "Year": "sample string 1",
            "Counter": 64
          }
        ],
        "LotoHistoryId": 1,
        "LotteryId": 2,
        "LotteryGroupId": 64,
        "LotoId": 4,
        "MMDD": "sample string 5",
        "Loto": "sample string 6",
        "ToTal": 7
      },
      {
        "Years": [
          {
            "Year": "sample string 1",
            "Counter": 64
          },
          {
            "Year": "sample string 1",
            "Counter": 64
          }
        ],
        "LotoHistoryId": 1,
        "LotteryId": 2,
        "LotteryGroupId": 64,
        "LotoId": 4,
        "MMDD": "sample string 5",
        "Loto": "sample string 6",
        "ToTal": 7
      }
    ],
    "Loto": [
      {
        "Years": [
          {
            "Year": "sample string 1",
            "Counter": 64
          },
          {
            "Year": "sample string 1",
            "Counter": 64
          }
        ],
        "LotoHistoryId": 1,
        "LotteryId": 2,
        "LotteryGroupId": 64,
        "LotoId": 4,
        "MMDD": "sample string 5",
        "Loto": "sample string 6",
        "ToTal": 7
      },
      {
        "Years": [
          {
            "Year": "sample string 1",
            "Counter": 64
          },
          {
            "Year": "sample string 1",
            "Counter": 64
          }
        ],
        "LotoHistoryId": 1,
        "LotteryId": 2,
        "LotteryGroupId": 64,
        "LotoId": 4,
        "MMDD": "sample string 5",
        "Loto": "sample string 6",
        "ToTal": 7
      }
    ]
  }
}