GET api/Statistic?ngay={ngay}&mactau={mactau}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ngay | date |
Required |
|
| mactau | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of KhachByCuly| Name | Description | Type | Additional information |
|---|---|---|---|
| MacTau | string |
None. |
|
| NgayXP | date |
None. |
|
| TenCuLy | string |
None. |
|
| NhomCho | string |
None. |
|
| HK | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"MacTau": "sample string 1",
"NgayXP": "2025-10-29T00:37:23.346753+07:00",
"TenCuLy": "sample string 3",
"NhomCho": "sample string 4",
"HK": 5
},
{
"MacTau": "sample string 1",
"NgayXP": "2025-10-29T00:37:23.346753+07:00",
"TenCuLy": "sample string 3",
"NhomCho": "sample string 4",
"HK": 5
}
]