GET api/CHIAKHO_HoaDonDaXuatThucTe/CHIAKHO_HoaDonDaXuatThucTe_GetAll
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CHIAKHO_HoaDonDaXuatThucTeModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| SoHoaDon | string |
None. |
|
| QuyenHoaDon | string |
None. |
|
| NgayHoaDon | date |
None. |
|
| MaKhoFast | string |
None. |
|
| MaHangFast | string |
None. |
|
| SoLuongXuatHoaDon | decimal number |
None. |
|
| MaKhachHang | string |
None. |
|
| ChangeStatus | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GuidID": "ed4ed556-9265-4a03-81cc-aa97789b81b0",
"SoHoaDon": "sample string 2",
"QuyenHoaDon": "sample string 3",
"NgayHoaDon": "2026-01-29T16:33:10.6795626+07:00",
"MaKhoFast": "sample string 4",
"MaHangFast": "sample string 5",
"SoLuongXuatHoaDon": 1.0,
"MaKhachHang": "sample string 6",
"ChangeStatus": 7
},
{
"GuidID": "ed4ed556-9265-4a03-81cc-aa97789b81b0",
"SoHoaDon": "sample string 2",
"QuyenHoaDon": "sample string 3",
"NgayHoaDon": "2026-01-29T16:33:10.6795626+07:00",
"MaKhoFast": "sample string 4",
"MaHangFast": "sample string 5",
"SoLuongXuatHoaDon": 1.0,
"MaKhachHang": "sample string 6",
"ChangeStatus": 7
}
]