POST api/KIDS_TheoDoiDonGiaoHang/GetAllItem
Request Information
URI Parameters
None.
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json
Sample:
[
{},
{}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of KIDS_TheoDoiDonGiaoHang_Model| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| LoaiPhieu | string |
None. |
|
| HDBH_PCK | string |
None. |
|
| MatHang | string |
None. |
|
| Description | string |
None. |
|
| GiaTriDonHang | decimal number |
None. |
|
| SoTienConLai | decimal number |
None. |
|
| DiaChiGiaoHang | string |
None. |
|
| DienThoaiLienHe | string |
None. |
|
| NhanVienGiaoHang | string |
None. |
|
| PhanLoaiDon | string |
None. |
|
| GhiChu | string |
None. |
|
| NgayDonHang | date |
None. |
|
| ThuNgan | string |
None. |
|
| CuaHang | string |
None. |
|
| EditStatus | integer |
None. |
|
| KTBH | string |
None. |
|
| KTBHDuyet | boolean |
None. |
|
| NgayDuyet | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GuidID": "70d01295-aa40-4aaf-bbe0-2e95fa38a079",
"LoaiPhieu": "sample string 2",
"HDBH_PCK": "sample string 3",
"MatHang": "sample string 4",
"Description": "sample string 5",
"GiaTriDonHang": 1.0,
"SoTienConLai": 1.0,
"DiaChiGiaoHang": "sample string 6",
"DienThoaiLienHe": "sample string 7",
"NhanVienGiaoHang": "sample string 8",
"PhanLoaiDon": "sample string 9",
"GhiChu": "sample string 10",
"NgayDonHang": "2026-01-29T16:33:12.9267237+07:00",
"ThuNgan": "sample string 11",
"CuaHang": "sample string 12",
"EditStatus": 13,
"KTBH": "sample string 14",
"KTBHDuyet": true,
"NgayDuyet": "2026-01-29T16:33:12.9267237+07:00"
},
{
"GuidID": "70d01295-aa40-4aaf-bbe0-2e95fa38a079",
"LoaiPhieu": "sample string 2",
"HDBH_PCK": "sample string 3",
"MatHang": "sample string 4",
"Description": "sample string 5",
"GiaTriDonHang": 1.0,
"SoTienConLai": 1.0,
"DiaChiGiaoHang": "sample string 6",
"DienThoaiLienHe": "sample string 7",
"NhanVienGiaoHang": "sample string 8",
"PhanLoaiDon": "sample string 9",
"GhiChu": "sample string 10",
"NgayDonHang": "2026-01-29T16:33:12.9267237+07:00",
"ThuNgan": "sample string 11",
"CuaHang": "sample string 12",
"EditStatus": 13,
"KTBH": "sample string 14",
"KTBHDuyet": true,
"NgayDuyet": "2026-01-29T16:33:12.9267237+07:00"
}
]