POST api/Report/GetListDoanhSoBanHangTheoNhanVienChiTiet
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
DoanhSoNhanVienChiTietInfoName | Description | Type | Additional information |
---|---|---|---|
EmployeeID | string |
None. |
|
EmployeeName | string |
None. |
|
Product_ID | string |
None. |
|
Product_Name | string |
None. |
|
SoLuong | decimal number |
None. |
|
ThanhTien | decimal number |
None. |
|
dongia | decimal number |
None. |
|
Giaban | decimal number |
None. |
|
ChietKhau | decimal number |
None. |
|
DoanhThu | decimal number |
None. |
|
DoanhThuTM | decimal number |
None. |
|
DoanhThuCN | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{ "EmployeeID": "sample string 1", "EmployeeName": "sample string 2", "Product_ID": "sample string 3", "Product_Name": "sample string 4", "SoLuong": 1.1, "ThanhTien": 1.1, "dongia": 1.1, "Giaban": 1.1, "ChietKhau": 1.1, "DoanhThu": 1.1, "DoanhThuTM": 1.1, "DoanhThuCN": 1.1 }