POST api/Report/GetListNhatKyBanHangChiTiet
Request Information
URI Parameters
None.
Body Parameters
DieuKienLocInfoName | Description | Type | Additional information |
---|---|---|---|
UserName | string |
None. |
|
TuNgay | string |
None. |
|
DenNgay | string |
None. |
|
ListKho | string |
None. |
|
ListLoaiHang | string |
None. |
|
ListNhanVien | string |
None. |
|
ListChiNhanh | string |
None. |
|
ListNhomKH | string |
None. |
|
TrangThai | integer |
None. |
|
LoaiNhanVien | integer |
None. |
|
TimKiem | string |
None. |
|
MaMauBaoCao | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserName": "sample string 1", "TuNgay": "sample string 2", "DenNgay": "sample string 3", "ListKho": "sample string 4", "ListLoaiHang": "sample string 5", "ListNhanVien": "sample string 6", "ListChiNhanh": "sample string 7", "ListNhomKH": "sample string 8", "TrangThai": 9, "LoaiNhanVien": 10, "TimKiem": "sample string 11", "MaMauBaoCao": "sample string 12" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ChiTietXuatHangInfoName | Description | Type | Additional information |
---|---|---|---|
Ngay | date |
None. |
|
SoCt | string |
None. |
|
SupplierID | string |
None. |
|
CompanyName | string |
None. |
|
DiaChi | string |
None. |
|
MSK | string |
None. |
|
Tenkho | string |
None. |
|
EmployeeID | string |
None. |
|
EmployeeName | string |
None. |
|
MSNguoiGiao | string |
None. |
|
TenNguoiGiao | string |
None. |
|
CategoryID | string |
None. |
|
TenLoaiHang | string |
None. |
|
ProductID | string |
None. |
|
ProductName | string |
None. |
|
Dvt | string |
None. |
|
SL | decimal number |
None. |
|
Giaban | decimal number |
None. |
|
dongia | decimal number |
None. |
|
LoaiDiscount | integer |
None. |
|
GiatriDiscount | decimal number |
None. |
|
ChietKhau | decimal number |
None. |
|
Thue | decimal number |
None. |
|
Thanh_Tien | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{ "Ngay": "2025-05-24T05:03:39.3773667+07:00", "SoCt": "sample string 2", "SupplierID": "sample string 3", "CompanyName": "sample string 4", "DiaChi": "sample string 5", "MSK": "sample string 6", "Tenkho": "sample string 7", "EmployeeID": "sample string 8", "EmployeeName": "sample string 9", "MSNguoiGiao": "sample string 10", "TenNguoiGiao": "sample string 11", "CategoryID": "sample string 12", "TenLoaiHang": "sample string 13", "ProductID": "sample string 14", "ProductName": "sample string 15", "Dvt": "sample string 16", "SL": 1.1, "Giaban": 1.1, "dongia": 1.1, "LoaiDiscount": 1, "GiatriDiscount": 1.1, "ChietKhau": 1.1, "Thue": 1.1, "Thanh_Tien": 1.1 }