GET LotterySC/TKCauByLoto/{lotteryId}/{loto}/{solanxemlai}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
lotteryId

integer

Required

loto

string

Required

solanxemlai

integer

Required

Body Parameters

None.

Response Information

Resource Description

ResponseObjectOfJsonCauXosoExt
NameDescriptionTypeAdditional information
Status

integer

None.

Message

string

None.

RowsCounter

integer

None.

Data

JsonCauXosoExt

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": 1,
  "Message": "sample string 2",
  "RowsCounter": 3,
  "Data": {
    "ItemsResponse": [
      {
        "doDaiCau": 1,
        "DanhSachCau": [
          {
            "LifeTimeId": 1,
            "DateId": 2,
            "LotteryId": 3,
            "Couplevalue": "sample string 4",
            "PositionOne": 5,
            "PositionTwo": 6,
            "ResultTotal": 64,
            "ResultDacBiet": 64,
            "LotoNumber": 9
          },
          {
            "LifeTimeId": 1,
            "DateId": 2,
            "LotteryId": 3,
            "Couplevalue": "sample string 4",
            "PositionOne": 5,
            "PositionTwo": 6,
            "ResultTotal": 64,
            "ResultDacBiet": 64,
            "LotoNumber": 9
          }
        ]
      },
      {
        "doDaiCau": 1,
        "DanhSachCau": [
          {
            "LifeTimeId": 1,
            "DateId": 2,
            "LotteryId": 3,
            "Couplevalue": "sample string 4",
            "PositionOne": 5,
            "PositionTwo": 6,
            "ResultTotal": 64,
            "ResultDacBiet": 64,
            "LotoNumber": 9
          },
          {
            "LifeTimeId": 1,
            "DateId": 2,
            "LotteryId": 3,
            "Couplevalue": "sample string 4",
            "PositionOne": 5,
            "PositionTwo": 6,
            "ResultTotal": 64,
            "ResultDacBiet": 64,
            "LotoNumber": 9
          }
        ]
      }
    ],
    "DuLieuChoNgay": "sample string 1",
    "TenLoaiCau": "sample string 2",
    "LotteryId": 3,
    "LoaiCau": 64
  }
}