POST api/Report/GetListCongNoTongHopPhaiTra
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
CongNoTongHopPhaiTraInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| MaNhomKH | string |
None. |
|
| PTTT | string |
None. |
|
| Supplier_ID | string |
None. |
|
| Company_Name | string |
None. |
|
| DiaChi | string |
None. |
|
| PhaiTraDK | decimal number |
None. |
|
| Nhap | decimal number |
None. |
|
| Xuat | decimal number |
None. |
|
| Thu | decimal number |
None. |
|
| Chi | decimal number |
None. |
|
| PhaiTraCK | decimal number |
None. |
|
| NgayTraGN | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"MaNhomKH": "sample string 1",
"PTTT": "sample string 2",
"Supplier_ID": "sample string 3",
"Company_Name": "sample string 4",
"DiaChi": "sample string 5",
"PhaiTraDK": 6.1,
"Nhap": 7.1,
"Xuat": 8.1,
"Thu": 9.1,
"Chi": 10.1,
"PhaiTraCK": 11.1,
"NgayTraGN": "2025-10-29T10:48:04.7518288+07:00"
}