GET api/CHIAKHO_NhapXuat/CHIAKHO_NhapXuat_GetAll
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CHIAKHO_NhapXuatModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| KyChiaKhoID | globally unique identifier |
None. |
|
| SoPhieu | string |
None. |
|
| Loai | string |
None. |
|
| NgayGiaoDich | date |
None. |
|
| MaKhoFast | string |
None. |
|
| MaHangFast | string |
None. |
|
| SoLuong | decimal number |
None. |
|
| ChangeStatus | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GuidID": "0b62aff3-6fe8-4572-a7c9-f0e8ec2224c9",
"KyChiaKhoID": "63f682af-dee4-4fb6-8c2e-f5da7dec49be",
"SoPhieu": "sample string 2",
"Loai": "sample string 3",
"NgayGiaoDich": "2026-04-03T18:13:31.0536093+07:00",
"MaKhoFast": "sample string 4",
"MaHangFast": "sample string 5",
"SoLuong": 1.0,
"ChangeStatus": 6
},
{
"GuidID": "0b62aff3-6fe8-4572-a7c9-f0e8ec2224c9",
"KyChiaKhoID": "63f682af-dee4-4fb6-8c2e-f5da7dec49be",
"SoPhieu": "sample string 2",
"Loai": "sample string 3",
"NgayGiaoDich": "2026-04-03T18:13:31.0536093+07:00",
"MaKhoFast": "sample string 4",
"MaHangFast": "sample string 5",
"SoLuong": 1.0,
"ChangeStatus": 6
}
]