GET LotteryTK/VeItNhieuDayChiNameMB/{NumberRoll}/{DayChiName}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
NumberRoll
No documentation available.

Define this parameter in the request URI.

DayChiName
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Status": 1,
  "Message": "sample string 2",
  "RowsCounter": 3,
  "Data": {
    "ListVeIt": [
      {
        "DB": "sample string 1",
        "DBCounter": 2,
        "DBPercent": "sample string 3",
        "Loto": "sample string 4",
        "LotoCounter": 5,
        "LotoPercent": "sample string 6"
      },
      {
        "DB": "sample string 1",
        "DBCounter": 2,
        "DBPercent": "sample string 3",
        "Loto": "sample string 4",
        "LotoCounter": 5,
        "LotoPercent": "sample string 6"
      },
      {
        "DB": "sample string 1",
        "DBCounter": 2,
        "DBPercent": "sample string 3",
        "Loto": "sample string 4",
        "LotoCounter": 5,
        "LotoPercent": "sample string 6"
      }
    ],
    "ListVeNhieu": [
      {
        "DB": "sample string 1",
        "DBCounter": 2,
        "DBPercent": "sample string 3",
        "Loto": "sample string 4",
        "LotoCounter": 5,
        "LotoPercent": "sample string 6"
      },
      {
        "DB": "sample string 1",
        "DBCounter": 2,
        "DBPercent": "sample string 3",
        "Loto": "sample string 4",
        "LotoCounter": 5,
        "LotoPercent": "sample string 6"
      },
      {
        "DB": "sample string 1",
        "DBCounter": 2,
        "DBPercent": "sample string 3",
        "Loto": "sample string 4",
        "LotoCounter": 5,
        "LotoPercent": "sample string 6"
      }
    ]
  }
}