GET api/Statistic/GetLuongKhachs?mactau={mactau}&ngayxp={ngayxp}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| mactau | string |
Required |
|
| ngayxp | date |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of LuongKhach| Name | Description | Type | Additional information |
|---|---|---|---|
| MacTau | string |
None. |
|
| NgayXP | date |
None. |
|
| MaGaDi | string |
None. |
|
| MaGaDen | string |
None. |
|
| HK | integer |
None. |
|
| KM | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"MacTau": "sample string 1",
"NgayXP": "2025-10-29T09:52:55.3494446+07:00",
"MaGaDi": "sample string 3",
"MaGaDen": "sample string 4",
"HK": 5,
"KM": 6
},
{
"MacTau": "sample string 1",
"NgayXP": "2025-10-29T09:52:55.3494446+07:00",
"MaGaDi": "sample string 3",
"MaGaDen": "sample string 4",
"HK": 5,
"KM": 6
}
]