POST api/Report/GetListBaoCaoHangHoaChuT
Request Information
URI Parameters
None.
Body Parameters
ParamsChuTName | 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-05-24T05:11:57.3716748+07:00", "DenNgay": "2025-05-24T05:11:57.3716748+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 ResponseInfoName | 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": {} } ]