GET api/HangHoa/GetPLXepDo?lastUpdate={lastUpdate}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
lastUpdate

date

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetPhanLoaiXD_Result
NameDescriptionTypeAdditional information
id

integer

None.

VanDonID

integer

None.

MaCTVanDung

string

None.

Loai

integer

None.

MaLoaiXD

integer

None.

PhanLoaiXD

string

None.

MaCumXe

integer

None.

CumXe

string

None.

HangDacBiet

integer

None.

CreatedDate

date

None.

CreatedBy

string

None.

MaDV

string

None.

KhoDuong

integer

None.

Is2Cont

boolean

None.

SoPhutKhauTru

integer

None.

LyDoKhauTru

string

None.

MaNVKhauTru

string

None.

TGKhauTru

date

None.

LastUpdate

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "VanDonID": 1,
    "MaCTVanDung": "sample string 2",
    "Loai": 1,
    "MaLoaiXD": 1,
    "PhanLoaiXD": "sample string 3",
    "MaCumXe": 1,
    "CumXe": "sample string 4",
    "HangDacBiet": 1,
    "CreatedDate": "2025-10-29T00:37:55.5499511+07:00",
    "CreatedBy": "sample string 5",
    "MaDV": "sample string 6",
    "KhoDuong": 1,
    "Is2Cont": true,
    "SoPhutKhauTru": 1,
    "LyDoKhauTru": "sample string 7",
    "MaNVKhauTru": "sample string 8",
    "TGKhauTru": "2025-10-29T00:37:55.5499511+07:00",
    "LastUpdate": "2025-10-29T00:37:55.5499511+07:00"
  },
  {
    "id": 1,
    "VanDonID": 1,
    "MaCTVanDung": "sample string 2",
    "Loai": 1,
    "MaLoaiXD": 1,
    "PhanLoaiXD": "sample string 3",
    "MaCumXe": 1,
    "CumXe": "sample string 4",
    "HangDacBiet": 1,
    "CreatedDate": "2025-10-29T00:37:55.5499511+07:00",
    "CreatedBy": "sample string 5",
    "MaDV": "sample string 6",
    "KhoDuong": 1,
    "Is2Cont": true,
    "SoPhutKhauTru": 1,
    "LyDoKhauTru": "sample string 7",
    "MaNVKhauTru": "sample string 8",
    "TGKhauTru": "2025-10-29T00:37:55.5499511+07:00",
    "LastUpdate": "2025-10-29T00:37:55.5499511+07:00"
  }
]