POST api/KPBaoCaoDoanhSo/USP_KIDS_TonKhoKiemKe

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 KetQuaKiemKeNgayModel
NameDescriptionTypeAdditional information
ID

globally unique identifier

None.

NgayKiemKe

date

None.

MaCH

string

None.

TenCH

string

None.

MaHang

string

None.

TenHang

string

None.

SoLuong

decimal number

None.

TonThucTe

decimal number

None.

ChenhLech

decimal number

None.

UserCreate

string

None.

ChangeStatus

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": "3661aa78-01cb-4daf-b42c-e4f7e329fba5",
    "NgayKiemKe": "2026-01-29T10:45:23.9258534+07:00",
    "MaCH": "sample string 2",
    "TenCH": "sample string 3",
    "MaHang": "sample string 4",
    "TenHang": "sample string 5",
    "SoLuong": 1.1,
    "TonThucTe": 1.1,
    "ChenhLech": 1.1,
    "UserCreate": "sample string 6",
    "ChangeStatus": 7
  },
  {
    "ID": "3661aa78-01cb-4daf-b42c-e4f7e329fba5",
    "NgayKiemKe": "2026-01-29T10:45:23.9258534+07:00",
    "MaCH": "sample string 2",
    "TenCH": "sample string 3",
    "MaHang": "sample string 4",
    "TenHang": "sample string 5",
    "SoLuong": 1.1,
    "TonThucTe": 1.1,
    "ChenhLech": 1.1,
    "UserCreate": "sample string 6",
    "ChangeStatus": 7
  }
]