POST api/PKD_KiemKeDateSanPhamChiTiet/PKD_KiemKeDateSanPhamTongHop_GetAll

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 PKD_KiemKeDateSanPhamTongHopModel
NameDescriptionTypeAdditional information
GuidID

globally unique identifier

None.

MaCH

string

None.

TenCH

string

None.

MaHang

string

None.

TenHang

string

None.

NguoiYeuCauKK

string

None.

NgayYeuCauKK

date

None.

NguoiThucHienKK

string

None.

ThoiGianThucHienKK

date

None.

SoLuong

decimal number

None.

NgayHetHan

date

None.

SoNgayConLai

integer

None.

MaCTKM

string

None.

PAXuLy

string

None.

Ban

decimal number

None.

TonConLai

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "GuidID": "9c0339cb-9687-4a66-b203-b2814fc6c595",
    "MaCH": "sample string 2",
    "TenCH": "sample string 3",
    "MaHang": "sample string 4",
    "TenHang": "sample string 5",
    "NguoiYeuCauKK": "sample string 6",
    "NgayYeuCauKK": "2026-01-29T16:33:02.4767783+07:00",
    "NguoiThucHienKK": "sample string 7",
    "ThoiGianThucHienKK": "2026-01-29T16:33:02.4767783+07:00",
    "SoLuong": 1.0,
    "NgayHetHan": "2026-01-29T16:33:02.4767783+07:00",
    "SoNgayConLai": 8,
    "MaCTKM": "sample string 9",
    "PAXuLy": "sample string 10",
    "Ban": 1.0,
    "TonConLai": 1.0
  },
  {
    "GuidID": "9c0339cb-9687-4a66-b203-b2814fc6c595",
    "MaCH": "sample string 2",
    "TenCH": "sample string 3",
    "MaHang": "sample string 4",
    "TenHang": "sample string 5",
    "NguoiYeuCauKK": "sample string 6",
    "NgayYeuCauKK": "2026-01-29T16:33:02.4767783+07:00",
    "NguoiThucHienKK": "sample string 7",
    "ThoiGianThucHienKK": "2026-01-29T16:33:02.4767783+07:00",
    "SoLuong": 1.0,
    "NgayHetHan": "2026-01-29T16:33:02.4767783+07:00",
    "SoNgayConLai": 8,
    "MaCTKM": "sample string 9",
    "PAXuLy": "sample string 10",
    "Ban": 1.0,
    "TonConLai": 1.0
  }
]