POST api/PKD_KiemKeDateSanPham/PKD_KiemKeDateSanPham_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 PKD_KiemKeDateSanPhamModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| MaCH | string |
None. |
|
| TenCH | string |
None. |
|
| MaHang | string |
None. |
|
| TenHang | string |
None. |
|
| NguoiYeuCauKK | string |
None. |
|
| NgayYeuCauKK | date |
None. |
|
| ThoiGianHuyYeuCauKK | date |
None. |
|
| NguoiHuyYeuCauKK | string |
None. |
|
| ChangeStatus | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GuidID": "6560a539-321c-4236-8a30-8e6ad43d94dd",
"MaCH": "sample string 2",
"TenCH": "sample string 3",
"MaHang": "sample string 4",
"TenHang": "sample string 5",
"NguoiYeuCauKK": "sample string 6",
"NgayYeuCauKK": "2026-04-03T18:12:20.6831535+07:00",
"ThoiGianHuyYeuCauKK": "2026-04-03T18:12:20.6831535+07:00",
"NguoiHuyYeuCauKK": "sample string 7",
"ChangeStatus": 8
},
{
"GuidID": "6560a539-321c-4236-8a30-8e6ad43d94dd",
"MaCH": "sample string 2",
"TenCH": "sample string 3",
"MaHang": "sample string 4",
"TenHang": "sample string 5",
"NguoiYeuCauKK": "sample string 6",
"NgayYeuCauKK": "2026-04-03T18:12:20.6831535+07:00",
"ThoiGianHuyYeuCauKK": "2026-04-03T18:12:20.6831535+07:00",
"NguoiHuyYeuCauKK": "sample string 7",
"ChangeStatus": 8
}
]