POST api/PKD_KhaiTruong/PKD_ChecklistKhaiTruong_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_CheckListKhaiTruong_Model| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| StoreID | string |
None. |
|
| Code | string |
None. |
|
| Name | string |
None. |
|
| Category_Level_1 | string |
None. |
|
| Category_Level_2 | string |
None. |
|
| StartDate_Expected | date |
None. |
|
| EndDate_Expected | date |
None. |
|
| Division_Combine | string |
None. |
|
| Part_Combine | string |
None. |
|
| Responsible | string |
None. |
|
| Sequence | integer |
None. |
|
| StartDate_Reality | date |
None. |
|
| EndDate_Reality | date |
None. |
|
| Result | string |
None. |
|
| Status | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GuidID": "f78cc338-2a2e-441d-bc05-3809578516d3",
"StoreID": "sample string 2",
"Code": "sample string 3",
"Name": "sample string 4",
"Category_Level_1": "sample string 5",
"Category_Level_2": "sample string 6",
"StartDate_Expected": "2026-04-03T18:12:08.9818495+07:00",
"EndDate_Expected": "2026-04-03T18:12:08.9818495+07:00",
"Division_Combine": "sample string 7",
"Part_Combine": "sample string 8",
"Responsible": "sample string 9",
"Sequence": 1,
"StartDate_Reality": "2026-04-03T18:12:08.9818495+07:00",
"EndDate_Reality": "2026-04-03T18:12:08.9818495+07:00",
"Result": "sample string 10",
"Status": "sample string 11"
},
{
"GuidID": "f78cc338-2a2e-441d-bc05-3809578516d3",
"StoreID": "sample string 2",
"Code": "sample string 3",
"Name": "sample string 4",
"Category_Level_1": "sample string 5",
"Category_Level_2": "sample string 6",
"StartDate_Expected": "2026-04-03T18:12:08.9818495+07:00",
"EndDate_Expected": "2026-04-03T18:12:08.9818495+07:00",
"Division_Combine": "sample string 7",
"Part_Combine": "sample string 8",
"Responsible": "sample string 9",
"Sequence": 1,
"StartDate_Reality": "2026-04-03T18:12:08.9818495+07:00",
"EndDate_Reality": "2026-04-03T18:12:08.9818495+07:00",
"Result": "sample string 10",
"Status": "sample string 11"
}
]