POST api/KPBaoCaoDoanhSo2/USP_KIDS_BaoCaoNhapTraTaiCuaHang

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 USP_KIDS_BaoCaoNhapTraTaiCuaHangModel
NameDescriptionTypeAdditional information
MaCH

string

None.

SoHDNhapTra

string

None.

HinhThuc

string

None.

SoHDBan

string

None.

MaHang

string

None.

TenHang

string

None.

Qty

decimal number

None.

GiaTri

decimal number

None.

TenKH

string

None.

SoDT

string

None.

NgayNT

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "MaCH": "sample string 1",
    "SoHDNhapTra": "sample string 2",
    "HinhThuc": "sample string 3",
    "SoHDBan": "sample string 4",
    "MaHang": "sample string 5",
    "TenHang": "sample string 6",
    "Qty": 7.0,
    "GiaTri": 8.0,
    "TenKH": "sample string 9",
    "SoDT": "sample string 10",
    "NgayNT": "2026-01-29T18:25:29.8882122+07:00"
  },
  {
    "MaCH": "sample string 1",
    "SoHDNhapTra": "sample string 2",
    "HinhThuc": "sample string 3",
    "SoHDBan": "sample string 4",
    "MaHang": "sample string 5",
    "TenHang": "sample string 6",
    "Qty": 7.0,
    "GiaTri": 8.0,
    "TenKH": "sample string 9",
    "SoDT": "sample string 10",
    "NgayNT": "2026-01-29T18:25:29.8882122+07:00"
  }
]