GET LotterySC/Province/{Solanquayxemlai}/{LotteryId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Solanquayxemlai

integer

Required

LotteryId

integer

Required

Body Parameters

None.

Response Information

Resource Description

ResponseObjectOfLotterySC_MienBac
NameDescriptionTypeAdditional information
Status

integer

None.

Message

string

None.

RowsCounter

integer

None.

Data

LotterySC_MienBac

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": 1,
  "Message": "sample string 2",
  "RowsCounter": 3,
  "Data": {
    "Title": "sample string 1",
    "DateOpen": "sample string 2",
    "listCau": [
      {
        "DateOpen": "2024-09-19T11:11:31.9896044+07:00",
        "LifeTimeId": 2,
        "Lotos": [
          {
            "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
          }
        ]
      },
      {
        "DateOpen": "2024-09-19T11:11:31.9896044+07:00",
        "LifeTimeId": 2,
        "Lotos": [
          {
            "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
          }
        ]
      }
    ]
  }
}