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": "0ba8ea73-89ea-4364-ae00-bf30e00157e8",
"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-01-29T16:33:22.7873893+07:00",
"EndDate_Expected": "2026-01-29T16:33:22.7873893+07:00",
"Division_Combine": "sample string 7",
"Part_Combine": "sample string 8",
"Responsible": "sample string 9",
"Sequence": 1,
"StartDate_Reality": "2026-01-29T16:33:22.7873893+07:00",
"EndDate_Reality": "2026-01-29T16:33:22.7873893+07:00",
"Result": "sample string 10",
"Status": "sample string 11"
},
{
"GuidID": "0ba8ea73-89ea-4364-ae00-bf30e00157e8",
"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-01-29T16:33:22.7873893+07:00",
"EndDate_Expected": "2026-01-29T16:33:22.7873893+07:00",
"Division_Combine": "sample string 7",
"Part_Combine": "sample string 8",
"Responsible": "sample string 9",
"Sequence": 1,
"StartDate_Reality": "2026-01-29T16:33:22.7873893+07:00",
"EndDate_Reality": "2026-01-29T16:33:22.7873893+07:00",
"Result": "sample string 10",
"Status": "sample string 11"
}
]