GET LotterySC/MienBac/{Solanquayxemlai}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Solanquayxemlai | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseObjectOfListOfLotterySC| Name | Description | Type | Additional 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": "2025-12-27T02:30:21.4039273+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": "2025-12-27T02:30:21.4039273+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
}
]
}
]
}