GET LotterySC/MienBac/{Solanquayxemlai}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Solanquayxemlai

integer

Required

Body Parameters

None.

Response Information

Resource Description

ResponseObjectOfListOfLotterySC
NameDescriptionTypeAdditional information
Status

integer

None.

Message

string

None.

RowsCounter

integer

None.

Data

Collection of LotterySC

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": 1,
  "Message": "sample string 2",
  "RowsCounter": 3,
  "Data": [
    {
      "DateOpen": "2024-09-19T11:13:40.5896823+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:13:40.5896823+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
        }
      ]
    }
  ]
}