POST api/PhieuDatHang/GetListPhieuDatHang

Request Information

URI Parameters

None.

Body Parameters

PhieuDatHangCondition
NameDescriptionTypeAdditional information
UserName

string

None.

TrangThai

string

None.

ListKho

string

None.

NgayBD

string

None.

NgayKT

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserName": "sample string 1",
  "TrangThai": "sample string 2",
  "ListKho": "sample string 3",
  "NgayBD": "sample string 4",
  "NgayKT": "sample string 5"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of NhatKyPhieuDatHangInfo
NameDescriptionTypeAdditional information
SoCT

string

None.

Ngay

date

None.

MSK

string

None.

Tenkho

string

None.

Supplier_ID

string

None.

Company_Name

string

None.

DaiDien

string

None.

DCGiaohang

string

None.

NgayGiao

date

None.

Dienthoai

string

None.

DienthoaiNNhan

string

None.

Product_ID

string

None.

Product_Name

string

None.

SL

decimal number

None.

Dongia

decimal number

None.

SoLuongThuc

decimal number

None.

DonGiaThuc

decimal number

None.

Thue

decimal number

None.

GhiChu

string

None.

ThanhTien

decimal number

None.

ThanhTienCoThue

decimal number

None.

Dvt

string

None.

SLDaXuat

decimal number

None.

GhiChuMatHang

string

None.

TenTrangThai

string

None.

SLChuaXuat

decimal number

None.

Nguoigo

string

None.

NgayGanNhat

string

None.

NgaySomNhat

string

None.

Duatruoc

decimal number

None.

ConLai

decimal number

None.

SoCTBaoGia

string

None.

TrangThai

string

None.

SoLenhSX

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "SoCT": "sample string 1",
    "Ngay": "2025-05-24T04:46:30.3663273+07:00",
    "MSK": "sample string 3",
    "Tenkho": "sample string 4",
    "Supplier_ID": "sample string 5",
    "Company_Name": "sample string 6",
    "DaiDien": "sample string 7",
    "DCGiaohang": "sample string 8",
    "NgayGiao": "2025-05-24T04:46:30.3663273+07:00",
    "Dienthoai": "sample string 9",
    "DienthoaiNNhan": "sample string 10",
    "Product_ID": "sample string 11",
    "Product_Name": "sample string 12",
    "SL": 13.1,
    "Dongia": 14.1,
    "SoLuongThuc": 15.1,
    "DonGiaThuc": 16.1,
    "Thue": 17.1,
    "GhiChu": "sample string 18",
    "ThanhTien": 19.1,
    "ThanhTienCoThue": 20.1,
    "Dvt": "sample string 21",
    "SLDaXuat": 22.1,
    "GhiChuMatHang": "sample string 23",
    "TenTrangThai": "sample string 24",
    "SLChuaXuat": 25.1,
    "Nguoigo": "sample string 26",
    "NgayGanNhat": "sample string 27",
    "NgaySomNhat": "sample string 28",
    "Duatruoc": 29.1,
    "ConLai": 30.1,
    "SoCTBaoGia": "sample string 31",
    "TrangThai": "sample string 32",
    "SoLenhSX": "sample string 33"
  },
  {
    "SoCT": "sample string 1",
    "Ngay": "2025-05-24T04:46:30.3663273+07:00",
    "MSK": "sample string 3",
    "Tenkho": "sample string 4",
    "Supplier_ID": "sample string 5",
    "Company_Name": "sample string 6",
    "DaiDien": "sample string 7",
    "DCGiaohang": "sample string 8",
    "NgayGiao": "2025-05-24T04:46:30.3663273+07:00",
    "Dienthoai": "sample string 9",
    "DienthoaiNNhan": "sample string 10",
    "Product_ID": "sample string 11",
    "Product_Name": "sample string 12",
    "SL": 13.1,
    "Dongia": 14.1,
    "SoLuongThuc": 15.1,
    "DonGiaThuc": 16.1,
    "Thue": 17.1,
    "GhiChu": "sample string 18",
    "ThanhTien": 19.1,
    "ThanhTienCoThue": 20.1,
    "Dvt": "sample string 21",
    "SLDaXuat": 22.1,
    "GhiChuMatHang": "sample string 23",
    "TenTrangThai": "sample string 24",
    "SLChuaXuat": 25.1,
    "Nguoigo": "sample string 26",
    "NgayGanNhat": "sample string 27",
    "NgaySomNhat": "sample string 28",
    "Duatruoc": 29.1,
    "ConLai": 30.1,
    "SoCTBaoGia": "sample string 31",
    "TrangThai": "sample string 32",
    "SoLenhSX": "sample string 33"
  }
]