POST api/KetQuaKiemKeNgay/KetQuaKiemKeNgay_GetAll
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 KetQuaKiemKeNgayModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| NgayKiemKe | date |
None. |
|
| MaCH | string |
None. |
|
| TenCH | string |
None. |
|
| MaHang | string |
None. |
|
| TenHang | string |
None. |
|
| SoLuong | decimal number |
None. |
|
| TonThucTe | decimal number |
None. |
|
| ChenhLech | decimal number |
None. |
|
| UserCreate | string |
None. |
|
| ChangeStatus | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": "7a98f4ca-5ad0-449a-9fa1-217f654b9cbe",
"NgayKiemKe": "2026-01-29T16:33:04.7527223+07:00",
"MaCH": "sample string 2",
"TenCH": "sample string 3",
"MaHang": "sample string 4",
"TenHang": "sample string 5",
"SoLuong": 1.1,
"TonThucTe": 1.1,
"ChenhLech": 1.1,
"UserCreate": "sample string 6",
"ChangeStatus": 7
},
{
"ID": "7a98f4ca-5ad0-449a-9fa1-217f654b9cbe",
"NgayKiemKe": "2026-01-29T16:33:04.7527223+07:00",
"MaCH": "sample string 2",
"TenCH": "sample string 3",
"MaHang": "sample string 4",
"TenHang": "sample string 5",
"SoLuong": 1.1,
"TonThucTe": 1.1,
"ChenhLech": 1.1,
"UserCreate": "sample string 6",
"ChangeStatus": 7
}
]