GET api/PhieuChi/GetListCanTruPhieuChi?UserName={UserName}&ListSupplier={ListSupplier}&SoNgay={SoNgay}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserName | string |
Required |
|
| ListSupplier | string |
Required |
|
| SoNgay | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CanTru| Name | Description | Type | Additional information |
|---|---|---|---|
| Ngay | date |
None. |
|
| SOCT | string |
None. |
|
| HanTT | date |
None. |
|
| MS | string |
None. |
|
| TongNo | decimal number |
None. |
|
| SoConLai | decimal number |
None. |
|
| SoTra | decimal number |
None. |
|
| Ghichu | string |
None. |
|
| ChonTT | boolean |
None. |
|
| Sotienphu | decimal number |
None. |
|
| SoHD | string |
None. |
|
| Company_Name | string |
None. |
|
| SupplierID | string |
None. |
|
| LPhieu | string |
None. |
|
| MSLyDo | string |
None. |
|
| Lydo | string |
None. |
|
| ThuongHieu | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Ngay": "2025-10-29T06:51:17.6735802+07:00",
"SOCT": "sample string 2",
"HanTT": "2025-10-29T06:51:17.6735802+07:00",
"MS": "sample string 4",
"TongNo": 5.1,
"SoConLai": 6.1,
"SoTra": 7.0,
"Ghichu": "sample string 8",
"ChonTT": true,
"Sotienphu": 10.0,
"SoHD": "sample string 11",
"Company_Name": "sample string 12",
"SupplierID": "sample string 13",
"LPhieu": "sample string 14",
"MSLyDo": "sample string 15",
"Lydo": "sample string 16",
"ThuongHieu": "sample string 17"
},
{
"Ngay": "2025-10-29T06:51:17.6735802+07:00",
"SOCT": "sample string 2",
"HanTT": "2025-10-29T06:51:17.6735802+07:00",
"MS": "sample string 4",
"TongNo": 5.1,
"SoConLai": 6.1,
"SoTra": 7.0,
"Ghichu": "sample string 8",
"ChonTT": true,
"Sotienphu": 10.0,
"SoHD": "sample string 11",
"Company_Name": "sample string 12",
"SupplierID": "sample string 13",
"LPhieu": "sample string 14",
"MSLyDo": "sample string 15",
"Lydo": "sample string 16",
"ThuongHieu": "sample string 17"
}
]