POST api/VanDonKhoCOD_DonChuaMapERP/GetAllDataItem

Request Information

URI Parameters

None.

Body Parameters

Collection of Object

None.

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
NameDescriptionTypeAdditional 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": "4931bb6f-ea12-4624-96dd-2fe2cdc3f157",
    "MaVanDon": "sample string 2",
    "ThoiGianTit": "2026-01-29T16:28:33.6819495+07:00",
    "MaDonSanTMDT": "sample string 4",
    "MaDonERP": "sample string 5",
    "GhiChu": "sample string 6",
    "DateCreate": "2026-01-29T16:28:33.6819495+07:00",
    "UserCreate": "f8f2e0bf-0a6d-4eab-a357-422c50a3b914",
    "Status": 9
  },
  {
    "GuidID": "4931bb6f-ea12-4624-96dd-2fe2cdc3f157",
    "MaVanDon": "sample string 2",
    "ThoiGianTit": "2026-01-29T16:28:33.6819495+07:00",
    "MaDonSanTMDT": "sample string 4",
    "MaDonERP": "sample string 5",
    "GhiChu": "sample string 6",
    "DateCreate": "2026-01-29T16:28:33.6819495+07:00",
    "UserCreate": "f8f2e0bf-0a6d-4eab-a357-422c50a3b914",
    "Status": 9
  }
]