GET LotteryTK/DBTungNgay/{LotteryId}/{DayOfWeekId}/{DateFrom}/{DateEnd}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| LotteryId | No documentation available. |
Define this parameter in the request URI. |
| DayOfWeekId | No documentation available. |
Define this parameter in the request URI. |
| DateFrom | No documentation available. |
Define this parameter in the request URI. |
| DateEnd | 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": [
{
"GiaiDB": "sample string 1",
"DateName": "sample string 2",
"DayOfWeek": 64
},
{
"GiaiDB": "sample string 1",
"DateName": "sample string 2",
"DayOfWeek": 64
},
{
"GiaiDB": "sample string 1",
"DateName": "sample string 2",
"DayOfWeek": 64
}
]
}