GET LotterySC/Province/{Solanquayxemlai}/{LotteryId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Solanquayxemlai | integer |
Required |
|
| LotteryId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseObjectOfLotterySC_MienBac| Name | Description | Type | Additional 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": "2025-12-27T04:15:54.4287872+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-27T04:15:54.4287872+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
}
]
}
]
}
}