GET LotteryTK/DBTungNgay/{LotteryId}/{DayOfWeekId}/{DateFrom}/{DateEnd}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LotteryId | integer |
Required |
|
| DayOfWeekId | byte |
Required |
|
| DateFrom | date |
Required |
|
| DateEnd | date |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseObjectOfListOfLotteryTK_GiaiDB_TungNgayTrongThang| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Message | string |
None. |
|
| RowsCounter | integer |
None. |
|
| Data | Collection of LotteryTK_GiaiDB_TungNgayTrongThang |
None. |
Response 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
}
]
}