GET LotteryTK/SoDauDuoiProvince/{LotteryId}/{DayOfWeek}/{PageIndex}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LotteryId | integer |
Required |
|
| DayOfWeek | byte |
Required |
|
| PageIndex | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseObjectOfListOfSoDauDuoi| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Message | string |
None. |
|
| RowsCounter | integer |
None. |
|
| Data | Collection of SoDauDuoi |
None. |
Response 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"
}
]
},
{
"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"
}
]
}
]
}