POST api/Report/GetListThongKeTonNuoc
Request Information
URI Parameters
None.
Body Parameters
DieuKienLocInfo| Name | 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
DKNhatXuatNuocALLVoRongInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductID | string |
None. |
|
| Product_Name | string |
None. |
|
| SLDK_V | decimal number |
None. |
|
| Nhap_V | decimal number |
None. |
|
| CDen_V | decimal number |
None. |
|
| Xuat_V | decimal number |
None. |
|
| Cdi_V | decimal number |
None. |
|
| Ton_V | decimal number |
None. |
|
| SLDK_N | decimal number |
None. |
|
| Nhap_N | decimal number |
None. |
|
| CDen_N | decimal number |
None. |
|
| Xuat_N | decimal number |
None. |
|
| Cdi_N | decimal number |
None. |
|
| Ton_N | decimal number |
None. |
|
| MaNuoc | string |
None. |
|
| TenNuoc | string |
None. |
|
| LoaiHang | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ProductID": "sample string 1",
"Product_Name": "sample string 2",
"SLDK_V": 3.1,
"Nhap_V": 4.1,
"CDen_V": 5.1,
"Xuat_V": 6.1,
"Cdi_V": 7.1,
"Ton_V": 8.1,
"SLDK_N": 9.1,
"Nhap_N": 10.1,
"CDen_N": 11.1,
"Xuat_N": 12.1,
"Cdi_N": 13.1,
"Ton_N": 14.1,
"MaNuoc": "sample string 15",
"TenNuoc": "sample string 16",
"LoaiHang": "sample string 17"
}