GET LotterySC/ThamKhaoMN/{LotteryGroupId}/{ReqDate}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
LotteryGroupId | byte |
Required |
|
ReqDate | date |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseObjectOfThamKhaoXSMNName | Description | Type | Additional information |
---|---|---|---|
Status | integer |
None. |
|
Message | string |
None. |
|
RowsCounter | integer |
None. |
|
Data | ThamKhaoXSMN |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": 1, "Message": "sample string 2", "RowsCounter": 3, "Data": { "listCauXoso": [ { "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 } ], "ThamkhaoMNContentsList": [ { "ThamkhaoMNContentId": 1, "HeadLotoPrize8": "sample string 2", "TailLotoSpecial": "sample string 3", "HeadTail": "sample string 4", "Lotos": "sample string 5", "LotoSpecial": "sample string 6", "LotoBestChoice": "sample string 7", "LotteryId": 8, "LotteryName": "sample string 9", "LotteryGroupId": 64, "DateId": 11, "CurrentDate": "2025-04-11T11:27:26.7698918+07:00", "CrUserId": 13, "CrDateTime": "2025-04-11T11:27:26.7698918+07:00" }, { "ThamkhaoMNContentId": 1, "HeadLotoPrize8": "sample string 2", "TailLotoSpecial": "sample string 3", "HeadTail": "sample string 4", "Lotos": "sample string 5", "LotoSpecial": "sample string 6", "LotoBestChoice": "sample string 7", "LotteryId": 8, "LotteryName": "sample string 9", "LotteryGroupId": 64, "DateId": 11, "CurrentDate": "2025-04-11T11:27:26.7698918+07:00", "CrUserId": 13, "CrDateTime": "2025-04-11T11:27:26.7698918+07:00" } ] } }