POST api/KPBaoCaoDoanhSo/USP_KIDS_DoanhSoTheoMatHang_ChiTiet

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

string

None.

TenCH

string

None.

MaHang

string

None.

TenHang

string

None.

Ngay

date

None.

SoLuong

decimal number

None.

GiamGia

decimal number

None.

DoanhSo

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "MaCH": "sample string 1",
    "TenCH": "sample string 2",
    "MaHang": "sample string 3",
    "TenHang": "sample string 4",
    "Ngay": "2026-01-29T16:30:43.7031035+07:00",
    "SoLuong": 1.0,
    "GiamGia": 1.0,
    "DoanhSo": 1.0
  },
  {
    "MaCH": "sample string 1",
    "TenCH": "sample string 2",
    "MaHang": "sample string 3",
    "TenHang": "sample string 4",
    "Ngay": "2026-01-29T16:30:43.7031035+07:00",
    "SoLuong": 1.0,
    "GiamGia": 1.0,
    "DoanhSo": 1.0
  }
]