POST api/Report/GetListBaoCaoHangHoaChuT
Request Information
URI Parameters
None.
Body Parameters
ParamsChuT| Name | Description | Type | Additional information |
|---|---|---|---|
| MaKhachHang | string |
None. |
|
| TuNgay | date |
None. |
|
| DenNgay | date |
None. |
|
| IDChuT | integer |
None. |
|
| HinhThucXem | integer |
None. |
|
| UserName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"MaKhachHang": "sample string 1",
"TuNgay": "2025-10-29T10:48:05.0955804+07:00",
"DenNgay": "2025-10-29T10:48:05.0955804+07:00",
"IDChuT": 4,
"HinhThucXem": 5,
"UserName": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ResponseInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Message | string |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Status": 1,
"Message": "sample string 2",
"Data": {}
},
{
"Status": 1,
"Message": "sample string 2",
"Data": {}
}
]