POST api/VanDonKhoCOD/GetAllDataItem
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 VanDonKhoCODModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| MienCode | string |
None. |
|
| MaVanDon | string |
None. |
|
| MaCTV | string |
None. |
|
| HoVaTenCTV | string |
None. |
|
| ThoiGianTit | date |
None. |
|
| MaPicker | string |
None. |
|
| HoVaTenPicker | string |
None. |
|
| MaDonSanTMDT | string |
None. |
|
| MaDonERP | string |
None. |
|
| PickerProcessStatus | boolean |
None. |
|
| ERP_SalesOrderPostingStatus | boolean |
None. |
|
| ERP_SalesOrderPostingDateProcess | date |
None. |
|
| GhiChu | string |
None. |
|
| Status | integer |
None. |
|
| OrderDate | date |
None. |
|
| XacNhanPost | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GuidID": "0f9e8cb6-e097-44ef-b045-f0b839b34af6",
"MienCode": "sample string 2",
"MaVanDon": "sample string 3",
"MaCTV": "sample string 4",
"HoVaTenCTV": "sample string 5",
"ThoiGianTit": "2026-01-29T16:28:27.4899015+07:00",
"MaPicker": "sample string 7",
"HoVaTenPicker": "sample string 8",
"MaDonSanTMDT": "sample string 9",
"MaDonERP": "sample string 10",
"PickerProcessStatus": true,
"ERP_SalesOrderPostingStatus": true,
"ERP_SalesOrderPostingDateProcess": "2026-01-29T16:28:27.4899015+07:00",
"GhiChu": "sample string 13",
"Status": 14,
"OrderDate": "2026-01-29T16:28:27.4899015+07:00",
"XacNhanPost": true
},
{
"GuidID": "0f9e8cb6-e097-44ef-b045-f0b839b34af6",
"MienCode": "sample string 2",
"MaVanDon": "sample string 3",
"MaCTV": "sample string 4",
"HoVaTenCTV": "sample string 5",
"ThoiGianTit": "2026-01-29T16:28:27.4899015+07:00",
"MaPicker": "sample string 7",
"HoVaTenPicker": "sample string 8",
"MaDonSanTMDT": "sample string 9",
"MaDonERP": "sample string 10",
"PickerProcessStatus": true,
"ERP_SalesOrderPostingStatus": true,
"ERP_SalesOrderPostingDateProcess": "2026-01-29T16:28:27.4899015+07:00",
"GhiChu": "sample string 13",
"Status": 14,
"OrderDate": "2026-01-29T16:28:27.4899015+07:00",
"XacNhanPost": true
}
]