GET LotterySC/ThamKhaoMB/{ReqDate}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ReqDate | date |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseObjectOfThamKhaoMBName | Description | Type | Additional information |
---|---|---|---|
Status | integer |
None. |
|
Message | string |
None. |
|
RowsCounter | integer |
None. |
|
Data | ThamKhaoMB |
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 } ], "TKXSMB": { "ThamKhaoContentId": 1, "Head": "sample string 2", "Tail": "sample string 3", "SumHT": "sample string 4", "LotoSpecial": "sample string 5", "Lotos": "sample string 6", "LotoPair": "sample string 7", "LotoOnly": "sample string 8", "LotteryId": 9, "LotteryGroupId": 64, "DateId": 11, "CurrentDate": "2025-04-11T11:03:58.3260827+07:00", "CrUserId": 13, "CrDateTime": "2025-04-11T11:03:58.3260827+07:00" }, "listLotoHT": [ { "LHead": "sample string 1", "LTail": "sample string 2" }, { "LHead": "sample string 1", "LTail": "sample string 2" } ] } }