GET api/Statistic/GetSLTauHue2?mactau={mactau}&ngay={ngay}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| mactau | string |
Required |
|
| ngay | date |
Required |
Body Parameters
None.
Response Information
Resource Description
SLTauHue2Model| Name | Description | Type | Additional information |
|---|---|---|---|
| MacTau | string |
None. |
|
| HK | Collection of HKByChang |
None. |
|
| VeChuaBan | integer |
None. |
|
| Ngay | date |
None. |
|
| DoanhThu | integer |
None. |
|
| HSSDC | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"MacTau": "sample string 1",
"HK": [
{
"Chang": "sample string 1",
"HK": 2
},
{
"Chang": "sample string 1",
"HK": 2
}
],
"VeChuaBan": 2,
"Ngay": "2025-10-29T00:37:10.7842262+07:00",
"DoanhThu": 4,
"HSSDC": 5.0
}