POST api/VanDonKhoCOD_DonChuaMapERP/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 VanDonKhoCOD_DonChuaMapERP_Model| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| MaVanDon | string |
None. |
|
| ThoiGianTit | date |
None. |
|
| MaDonSanTMDT | string |
None. |
|
| MaDonERP | string |
None. |
|
| GhiChu | string |
None. |
|
| DateCreate | date |
None. |
|
| UserCreate | globally unique identifier |
None. |
|
| Status | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GuidID": "da930151-4560-4cf7-85dc-dadac7c993ac",
"MaVanDon": "sample string 2",
"ThoiGianTit": "2026-04-03T18:15:13.7947466+07:00",
"MaDonSanTMDT": "sample string 4",
"MaDonERP": "sample string 5",
"GhiChu": "sample string 6",
"DateCreate": "2026-04-03T18:15:13.7947466+07:00",
"UserCreate": "cf0dc22b-6082-451b-ac89-5a618d455dd0",
"Status": 9
},
{
"GuidID": "da930151-4560-4cf7-85dc-dadac7c993ac",
"MaVanDon": "sample string 2",
"ThoiGianTit": "2026-04-03T18:15:13.7947466+07:00",
"MaDonSanTMDT": "sample string 4",
"MaDonERP": "sample string 5",
"GhiChu": "sample string 6",
"DateCreate": "2026-04-03T18:15:13.7947466+07:00",
"UserCreate": "cf0dc22b-6082-451b-ac89-5a618d455dd0",
"Status": 9
}
]