GET LotteryTK/SoDauDuoi/{LotteryGroupId}/{DayOfWeek}/{PageIndex}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| LotteryGroupId | No documentation available. |
Define this parameter in the request URI. |
| DayOfWeek | No documentation available. |
Define this parameter in the request URI. |
| PageIndex | 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": [
{
"LotteryDate": "sample string 1",
"Provinces": [
{
"ProvinceName": "sample string 1",
"ProvinceId": 2,
"SoDau": "sample string 3",
"SoDuoi": "sample string 4"
},
{
"ProvinceName": "sample string 1",
"ProvinceId": 2,
"SoDau": "sample string 3",
"SoDuoi": "sample string 4"
},
{
"ProvinceName": "sample string 1",
"ProvinceId": 2,
"SoDau": "sample string 3",
"SoDuoi": "sample string 4"
}
]
},
{
"LotteryDate": "sample string 1",
"Provinces": [
{
"ProvinceName": "sample string 1",
"ProvinceId": 2,
"SoDau": "sample string 3",
"SoDuoi": "sample string 4"
},
{
"ProvinceName": "sample string 1",
"ProvinceId": 2,
"SoDau": "sample string 3",
"SoDuoi": "sample string 4"
},
{
"ProvinceName": "sample string 1",
"ProvinceId": 2,
"SoDau": "sample string 3",
"SoDuoi": "sample string 4"
}
]
},
{
"LotteryDate": "sample string 1",
"Provinces": [
{
"ProvinceName": "sample string 1",
"ProvinceId": 2,
"SoDau": "sample string 3",
"SoDuoi": "sample string 4"
},
{
"ProvinceName": "sample string 1",
"ProvinceId": 2,
"SoDau": "sample string 3",
"SoDuoi": "sample string 4"
},
{
"ProvinceName": "sample string 1",
"ProvinceId": 2,
"SoDau": "sample string 3",
"SoDuoi": "sample string 4"
}
]
}
]
}