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": "69b17e97-0a78-4e74-bce5-acda89ba9f6e",
"MaCH": "sample string 2",
"TenCH": "sample string 3",
"MaHang": "sample string 4",
"TenHang": "sample string 5",
"NguoiYeuCauKK": "sample string 6",
"NgayYeuCauKK": "2026-01-29T10:06:22.0722018+07:00",
"ThoiGianHuyYeuCauKK": "2026-01-29T10:06:22.0722018+07:00",
"NguoiHuyYeuCauKK": "sample string 7",
"ChangeStatus": 8
},
{
"GuidID": "69b17e97-0a78-4e74-bce5-acda89ba9f6e",
"MaCH": "sample string 2",
"TenCH": "sample string 3",
"MaHang": "sample string 4",
"TenHang": "sample string 5",
"NguoiYeuCauKK": "sample string 6",
"NgayYeuCauKK": "2026-01-29T10:06:22.0722018+07:00",
"ThoiGianHuyYeuCauKK": "2026-01-29T10:06:22.0722018+07:00",
"NguoiHuyYeuCauKK": "sample string 7",
"ChangeStatus": 8
}
]