GET LotteryTK/LoRoi/{LotteryId}/{Month}/{Year}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| LotteryId | No documentation available. |
Define this parameter in the request URI. |
| Month | No documentation available. |
Define this parameter in the request URI. |
| Year | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Status": 1,
"Message": "sample string 2",
"RowsCounter": 3,
"Data": [
{
"LotteryTKLoRoiId": 1,
"LotteryId": 2,
"LotteryGroupId": 64,
"OpenDate": "sample string 4",
"OpenMonth": 5,
"DayOfWeekId": 64,
"SpecialLotoNumber": "sample string 7",
"LotoRoiPrizes": "sample string 8",
"RoiDate": "sample string 9",
"LotteryResult": "sample string 10",
"RoiLotteryResult": "sample string 11"
},
{
"LotteryTKLoRoiId": 1,
"LotteryId": 2,
"LotteryGroupId": 64,
"OpenDate": "sample string 4",
"OpenMonth": 5,
"DayOfWeekId": 64,
"SpecialLotoNumber": "sample string 7",
"LotoRoiPrizes": "sample string 8",
"RoiDate": "sample string 9",
"LotteryResult": "sample string 10",
"RoiLotteryResult": "sample string 11"
},
{
"LotteryTKLoRoiId": 1,
"LotteryId": 2,
"LotteryGroupId": 64,
"OpenDate": "sample string 4",
"OpenMonth": 5,
"DayOfWeekId": 64,
"SpecialLotoNumber": "sample string 7",
"LotoRoiPrizes": "sample string 8",
"RoiDate": "sample string 9",
"LotteryResult": "sample string 10",
"RoiLotteryResult": "sample string 11"
}
]
}